1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

[feature/system-cron] make parameterized interface autoloadable

also extract it to a separate file

PHPBB3-9596
This commit is contained in:
Igor Wiedler
2010-10-28 22:30:44 +02:00
committed by Oleg Pudeyev
parent a9e0f9947d
commit bd58fa49c0
4 changed files with 51 additions and 34 deletions

View File

@@ -25,7 +25,7 @@ if (!defined('IN_PHPBB'))
*
* @package phpBB3
*/
class phpbb_cron_task_core_prune_forum extends phpbb_cron_task_base implements phpbb_parametrized_cron_task
class phpbb_cron_task_core_prune_forum extends phpbb_cron_task_base implements phpbb_cron_task_parametrized
{
private $forum_data;