Add trigger "load_conf" at the end of load_conf_from_db()

not usable for the first call in common.inc.php (plugins not loaded)

git-svn-id: http://piwigo.org/svn/trunk@23372 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2013-06-19 15:21:12 +00:00
parent 23329cc2ff
commit 6119b6895e
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -1020,6 +1020,8 @@ SELECT param, value
}
$conf[ $row['param'] ] = $val;
}
trigger_action('load_conf', $condition);
}
function conf_update_param($param, $value)