mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/15289] Fix code style
PHPBB3-15289
This commit is contained in:
parent
ebfb71604d
commit
7e0845f930
1 changed files with 1 additions and 2 deletions
|
@ -77,8 +77,7 @@ class acp_storage
|
||||||
* @var array
|
* @var array
|
||||||
* @since 3.3.0-a1
|
* @since 3.3.0-a1
|
||||||
*/
|
*/
|
||||||
$vars = array(
|
$vars = array();
|
||||||
);
|
|
||||||
extract($phpbb_dispatcher->trigger_event('core.acp_storage_load', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.acp_storage_load', compact($vars)));
|
||||||
|
|
||||||
switch($mode)
|
switch($mode)
|
||||||
|
|
Loading…
Add table
Reference in a new issue