1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-15 08:57:14 +02:00
Files
php-phpbb/phpBB
David King ca62b1ffb0 [feature/add_events] Added note in modify_posting_parameters
The template assignment methods do not work until $user->setup() has been run.
This event is called before it, so extensions requiring template methods must
put such calls in a later event.

PHPBB3-9550
2012-08-25 21:41:04 -04:00
..