1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[feature/system-cron] use phpbb_request instead of plain superglobals

PHPBB3-9596
This commit is contained in:
Igor Wiedler
2010-10-29 13:29:00 +02:00
committed by Oleg Pudeyev
parent 5a95340ee8
commit e48b850ab5
3 changed files with 12 additions and 15 deletions

View File

@@ -89,7 +89,7 @@ if ($cron_lock->lock())
{
if ($task->is_parametrized())
{
$task->parse_parameters($_GET);
$task->parse_parameters($request);
}
if ($task->is_ready())
{