mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-30 19:24:13 +02:00
[ticket/14616] Added comma expected by test scripts.
PHPBB3-14616
This commit is contained in:
parent
65a4f0d631
commit
c4b93c9c1c
@ -2599,7 +2599,7 @@ function prune($forum_id, $prune_mode, $prune_date, $prune_flags = 0, $auto_sync
|
|||||||
'prune_flags',
|
'prune_flags',
|
||||||
'auto_sync',
|
'auto_sync',
|
||||||
'sql_and',
|
'sql_and',
|
||||||
'prune_limit'
|
'prune_limit',
|
||||||
);
|
);
|
||||||
extract($phpbb_dispatcher->trigger_event('core.prune_sql', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.prune_sql', compact($vars)));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user