diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2014-07-28 16:32:27 +0200 | 
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2014-07-28 16:32:27 +0200 | 
| commit | 63c938c703ac0a6678a35a36568237eab75b76a1 (patch) | |
| tree | ce2ee1514defb5d1e0669ba7a15035e138c02f9b | |
| parent | 52e8a7231eb0feca005abf8a8b0df3c86a6a6895 (diff) | |
| parent | f86bfeb3a1c3c87d4aaf906e5316775a2690df9d (diff) | |
| download | forums-63c938c703ac0a6678a35a36568237eab75b76a1.tar forums-63c938c703ac0a6678a35a36568237eab75b76a1.tar.gz forums-63c938c703ac0a6678a35a36568237eab75b76a1.tar.bz2 forums-63c938c703ac0a6678a35a36568237eab75b76a1.tar.xz forums-63c938c703ac0a6678a35a36568237eab75b76a1.zip  | |
Merge remote-tracking branch 'Nicofuma/ticket/12898' into develop-ascraeus
| -rw-r--r-- | phpBB/cron.php | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/cron.php b/phpBB/cron.php index 8bb49bd5d2..3f022b1db8 100644 --- a/phpBB/cron.php +++ b/phpBB/cron.php @@ -62,8 +62,9 @@ if ($cron_lock->acquire())  		if ($task->is_ready())  		{  			$task->run(); -			garbage_collection();  		}  	}  	$cron_lock->release();  } + +garbage_collection();  | 
