mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[feature/php-events] Fix typos in core.common docs block
PHPBB3-9550
This commit is contained in:
parent
cdcadf72c4
commit
c362434890
1 changed files with 3 additions and 3 deletions
|
@ -150,9 +150,9 @@ if (!$config['use_system_cron'])
|
|||
* You can use this event to load function files and initiate objects
|
||||
*
|
||||
* NOTE: At this point the global session ($user) and permissions ($auth)
|
||||
* do NOT exist yet. If you need to use the user objec
|
||||
* (f.e. to use language files) or need to check permissions, please use
|
||||
* the core.user_setup event instead!
|
||||
* do NOT exist yet. If you need to use the user object
|
||||
* (f.e. to include language files) or need to check permissions,
|
||||
* please use the core.user_setup event instead!
|
||||
*
|
||||
* @event core.common
|
||||
* @since 3.1-A1
|
||||
|
|
Loading…
Add table
Reference in a new issue