mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[feature/events] Add core.acp_foruns_add_forum_data ledge
PHPBB3-9550
This commit is contained in:
parent
54caef8f90
commit
eb7a04d324
1 changed files with 5 additions and 0 deletions
|
@ -220,6 +220,11 @@ class acp_forums
|
||||||
}
|
}
|
||||||
|
|
||||||
trigger_error($message . adm_back_link($this->u_action . '&parent_id=' . $this->parent_id));
|
trigger_error($message . adm_back_link($this->u_action . '&parent_id=' . $this->parent_id));
|
||||||
|
|
||||||
|
$vars = array('forum_data');
|
||||||
|
$event = new phpbb_event_data(compact($vars));
|
||||||
|
$phpbb_dispatcher->dispatch('core.acp_forums_add_forum_data', $event);
|
||||||
|
extract($event->get_data_filtered($vars));
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue