Changeset 2244

Show
Ignore:
Timestamp:
03/02/08 20:00:33 (5 years ago)
Author:
patdenice
Message:

Another little correction.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/plugins_update.php

    r2243 r2244  
    118118          . ( 
    119119              (isset($db_plugins_by_id[$plugin_id])  
    120                 and $db_plugins_by_id[$plugin_id]['state'] == 'active'  
    121                 and $plugin_id != PLUGINSMANAGER_DIR) ?  
     120                and $db_plugins_by_id[$plugin_id]['state'] == 'active') ?  
    122121                  '&action=deactivate' : '' 
    123122            )