mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 08:33:03 +02:00
Reintroduce c13y_upgrade remove on r2754
Merge trunk 2807:2808 into branch 2.0 git-svn-id: http://piwigo.org/svn/branches/2.0@2809 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -298,6 +298,13 @@ if you encounter any problem.'
|
||||
$template->assign('infos', $page['infos']);
|
||||
|
||||
invalidate_user_cache();
|
||||
|
||||
$query = '
|
||||
REPLACE INTO '.PLUGINS_TABLE.'
|
||||
(id, state)
|
||||
VALUES (\'c13y_upgrade\', \'active\')
|
||||
;';
|
||||
pwg_query($query);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user