mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
bug 861 fixed: only $conf['check_upgrade_feed'] is required to check for
development upgrades, not PHPWG_IN_UPGRADE constant any longer. git-svn-id: http://piwigo.org/svn/trunk@2544 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -228,9 +228,7 @@ if ($conf['gallery_locked'])
|
||||
}
|
||||
}
|
||||
|
||||
if ($conf['check_upgrade_feed']
|
||||
and defined('PHPWG_IN_UPGRADE')
|
||||
and PHPWG_IN_UPGRADE)
|
||||
if ($conf['check_upgrade_feed'])
|
||||
{
|
||||
|
||||
// retrieve already applied upgrades
|
||||
|
||||
Reference in New Issue
Block a user