mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15289] Update event
PHPBB3-15289
This commit is contained in:
parent
ab2dfc2762
commit
d322404d00
1 changed files with 1 additions and 3 deletions
|
@ -71,11 +71,9 @@ class acp_storage
|
||||||
* Add language strings
|
* Add language strings
|
||||||
*
|
*
|
||||||
* @event core.acp_storage_load
|
* @event core.acp_storage_load
|
||||||
* @var array
|
|
||||||
* @since 3.3.0-a1
|
* @since 3.3.0-a1
|
||||||
*/
|
*/
|
||||||
$vars = array();
|
$phpbb_dispatcher->dispatch('core.acp_storage_load');
|
||||||
extract($phpbb_dispatcher->trigger_event('core.acp_storage_load', compact($vars)));
|
|
||||||
|
|
||||||
$this->overview($id, $mode);
|
$this->overview($id, $mode);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue