Changeset 2857

Show
Ignore:
Timestamp:
07/29/08 18:55:02 (4 months ago)
Author:
arvind
Message:

Fixing bug where you could not uncheck Track Revisions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/feature-revision-histories/lib/MT/CMS/Tools.pm

    r2856 r2857  
    245245        $app->param('system_email_address') || undef, 1 ); 
    246246    $app->config( 'TrackRevisions', 
    247         $app->param('track_revisions') || undef, 1 );     
     247        $app->param('track_revisions') ? 1 : 0, 1  );        
     248          
    248249    $cfg->save_config(); 
    249250