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:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user