diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/common.php | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/phpBB/common.php b/phpBB/common.php index e18c27abd1..cf990dbc3a 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -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 | 
