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:
committed by
Oleg Pudeyev
parent
0aa491ffa2
commit
a9e0f9947d
@@ -63,7 +63,7 @@ if ($config['use_system_cron'])
|
||||
{
|
||||
$use_shutdown_function = false;
|
||||
|
||||
$cron = new cron_manager();
|
||||
$cron = new phpbb_cron_manager();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user