Plugin Directory

Changeset 367960


Ignore:
Timestamp:
04/01/2011 04:25:00 PM (15 years ago)
Author:
jaredh123
Message:

fix test that was causing continual re-importing of p3 menu and other crap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prophoto-beta-tester/trunk/pp-beta-tester.php

    r365966 r367960  
    55    Description: Facilitates beta-testing for future releases of the ProPhoto theme
    66    Author: Jared Henderson
    7     Version: 0.04
     7    Version: 0.05
    88    Author URI: http://www.prophotoblogs.com/beta-testing-plugin/
    99 */
     
    3939       
    4040        $conf = ppUtil::loadConfig( 'options' );
    41         if ( ppOpt::id( 'main_menu_structure' ) != $conf['main_menu_structure'] && is_array( json_decode( ppOpt::id( 'main_menu_structure' ) ) ) ) {
     41        if ( ppOpt::id( 'main_menu_structure' ) != $conf['main_menu_structure'] && is_array( json_decode( ppOpt::id( 'main_menu_structure' ), true ) ) ) {
    4242            return;
    4343        }
Note: See TracChangeset for help on using the changeset viewer.