1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/system-cron] Fixes to make cron actually run.

PHPBB3-9596
This commit is contained in:
Oleg Pudeyev
2010-04-18 13:48:32 -04:00
parent ea3b98ab49
commit 763dc86c16
6 changed files with 26 additions and 17 deletions

View File

@@ -34,11 +34,6 @@ if (!class_exists('cron_task'))
*/
abstract class cron_task_base implements cron_task
{
/**
* Runs this cron task.
*/
abstract public function run();
/**
* Returns whether this cron task can run, given current board configuration.
*