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:
committed by
Oleg Pudeyev
parent
5a95340ee8
commit
e48b850ab5
@@ -89,7 +89,7 @@ if ($cron_lock->lock())
|
||||
{
|
||||
if ($task->is_parametrized())
|
||||
{
|
||||
$task->parse_parameters($_GET);
|
||||
$task->parse_parameters($request);
|
||||
}
|
||||
if ($task->is_ready())
|
||||
{
|
||||
|
Reference in New Issue
Block a user