mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/system-cron] Removed generate_generic_task_code function
PHPBB3-9596
This commit is contained in:
@@ -188,10 +188,4 @@ class cron_manager
|
||||
}
|
||||
return $task;
|
||||
}
|
||||
|
||||
public function generate_generic_task_code($cron_type)
|
||||
{
|
||||
global $phpbb_root_path, $phpEx;
|
||||
return '<img src="' . $url . '" width="1" height="1" alt="cron" />';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user