aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cron/task_base.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/cron/task_base.php')
-rw-r--r--phpBB/includes/cron/task_base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/cron/task_base.php b/phpBB/includes/cron/task_base.php
index d867b3abf1..ba399c18b1 100644
--- a/phpBB/includes/cron/task_base.php
+++ b/phpBB/includes/cron/task_base.php
@@ -27,7 +27,7 @@ if (!defined('IN_PHPBB'))
*
* @package phpBB3
*/
-abstract class cron_task_base implements cron_task
+abstract class phpbb_cron_task_base implements phpbb_cron_task
{
/**
* Returns whether this cron task can run, given current board configuration.