1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 07:08:09 +01:00

[ticket/14616] Added comma expected by test scripts.

PHPBB3-14616
This commit is contained in:
Max Krivanek 2016-07-01 04:09:42 -05:00
parent 65a4f0d631
commit c4b93c9c1c

View File

@ -2599,7 +2599,7 @@ function prune($forum_id, $prune_mode, $prune_date, $prune_flags = 0, $auto_sync
'prune_flags',
'auto_sync',
'sql_and',
'prune_limit'
'prune_limit',
);
extract($phpbb_dispatcher->trigger_event('core.prune_sql', compact($vars)));