mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15289] Remove switch since there is only one mode
PHPBB3-15289
This commit is contained in:
parent
4c9670363c
commit
ab2dfc2762
1 changed files with 1 additions and 6 deletions
|
@ -77,12 +77,7 @@ class acp_storage
|
||||||
$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)
|
$this->overview($id, $mode);
|
||||||
{
|
|
||||||
case 'settings':
|
|
||||||
$this->overview($id, $mode);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function overview($id, $mode)
|
public function overview($id, $mode)
|
||||||
|
|
Loading…
Add table
Reference in a new issue