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

[feature/system-cron] add phpbb_ prefix to all class names

PHPBB3-9596
This commit is contained in:
Igor Wiedler
2010-10-28 22:26:49 +02:00
committed by Oleg Pudeyev
parent 0aa491ffa2
commit a9e0f9947d
15 changed files with 20 additions and 20 deletions

View File

@@ -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.