From 3f9348bdf8ccc05f251b85caccaf5a241ae011fc Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 12 Aug 2007 18:16:01 +0000 Subject: fix bug with cron execution for all new RC4 installations as well as those having manually updated. git-svn-id: file:///svn/phpbb/trunk@8022 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/database_update.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpBB/install/database_update.php') diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index ba4bf5d170..da8f6e9518 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -1483,6 +1483,11 @@ if (version_compare($current_version, '3.0.RC4', '<=')) $db->sql_transaction('commit'); } + + // Setting this here again because new installations may not have it... + set_config('cron_lock', '0', true); + + $no_updates = false; } _write_result($no_updates, $errored, $error_ary); -- cgit v1.2.1