Skip to content

Commit

Permalink
bug:2483
Browse files Browse the repository at this point in the history
warning on plugin activation 

git-svn-id: http://piwigo.org/svn/trunk@12517 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
patdenice committed Oct 25, 2011
1 parent 0e7b3e2 commit fa500d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/include/plugins.class.php
Expand Up @@ -86,6 +86,7 @@ function perform_action($action, $plugin_id)
if (!isset($crt_db_plugin))
{
$errors = $this->perform_action('install', $plugin_id);
list($crt_db_plugin) = get_db_plugins(null, $plugin_id);
load_conf_from_db();
}
elseif ($crt_db_plugin['state'] == 'active')
Expand Down

0 comments on commit fa500d3

Please sign in to comment.