Skip to content

Commit

Permalink
reload DB config between plugin installation and plugin activation
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@11389 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
mistic100 committed Jun 15, 2011
1 parent bd7c8de commit 25d95d2
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);
load_conf_from_db();
}
elseif ($crt_db_plugin['state'] == 'active')
{
Expand Down

0 comments on commit 25d95d2

Please sign in to comment.