aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.inc.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2008-09-17 20:51:51 +0000
committerplegall <plg@piwigo.org>2008-09-17 20:51:51 +0000
commit72cc0df65aacc33ff456489e2cf239bbbc708607 (patch)
treef2998f82031e759bf8bdcf148e2ca73b43e4579d /include/common.inc.php
parentcc12d640519a673d1a422cc608ca6ec1a59ef46e (diff)
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
Diffstat (limited to 'include/common.inc.php')
-rw-r--r--include/common.inc.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/common.inc.php b/include/common.inc.php
index a8f661dca..fe0e5a542 100644
--- a/include/common.inc.php
+++ b/include/common.inc.php
@@ -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