Skip to content

Commit

Permalink
bug 861 fixed: only $conf['check_upgrade_feed'] is required to check for
Browse files Browse the repository at this point in the history
development upgrades, not PHPWG_IN_UPGRADE constant any longer.


git-svn-id: http://piwigo.org/svn/trunk@2544 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Sep 17, 2008
1 parent cc12d64 commit 72cc0df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/common.inc.php
Expand Up @@ -228,9 +228,7 @@
}
}

if ($conf['check_upgrade_feed']
and defined('PHPWG_IN_UPGRADE')
and PHPWG_IN_UPGRADE)
if ($conf['check_upgrade_feed'])
{

// retrieve already applied upgrades
Expand Down

0 comments on commit 72cc0df

Please sign in to comment.