Ignore:
Timestamp:
Mar 2, 2008, 8:00:33 PM (16 years ago)
Author:
patdenice
Message:

Another little correction.

File:
1 edited

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            )
Note: See TracChangeset for help on using the changeset viewer.