diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2012-08-08 13:24:31 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2012-08-08 13:24:45 +0200 |
| commit | c362434890c075a5c04cfcd40f2809226e33c229 (patch) | |
| tree | 1b8e99b3f6cd4dcc0bd7a8ae2284600349ceb0d4 | |
| parent | cdcadf72c4d613e262a06589e7dfe4c81803344c (diff) | |
| download | forums-c362434890c075a5c04cfcd40f2809226e33c229.tar forums-c362434890c075a5c04cfcd40f2809226e33c229.tar.gz forums-c362434890c075a5c04cfcd40f2809226e33c229.tar.bz2 forums-c362434890c075a5c04cfcd40f2809226e33c229.tar.xz forums-c362434890c075a5c04cfcd40f2809226e33c229.zip | |
[feature/php-events] Fix typos in core.common docs block
PHPBB3-9550
| -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 |
