mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Another little correction.
git-svn-id: http://piwigo.org/svn/trunk@2244 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -117,8 +117,7 @@ if ($plugins_infos !== false)
|
||||
. '&plugin=' . $plugin_id
|
||||
. (
|
||||
(isset($db_plugins_by_id[$plugin_id])
|
||||
and $db_plugins_by_id[$plugin_id]['state'] == 'active'
|
||||
and $plugin_id != PLUGINSMANAGER_DIR) ?
|
||||
and $db_plugins_by_id[$plugin_id]['state'] == 'active') ?
|
||||
'&action=deactivate' : ''
|
||||
)
|
||||
. '&upgrade=%2Fupload%2Fextension-' . $fs_plugin['extension']
|
||||
|
||||
Reference in New Issue
Block a user