diff options
author | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-03-22 03:10:14 +0530 |
---|---|---|
committer | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-03-22 03:10:14 +0530 |
commit | 92f771eb82b64bb35e0cd42534ddd0306a6aef68 (patch) | |
tree | d6b8293f3d3b4e61036908d1bd710649d218e111 /phpBB/includes | |
parent | 1fa39ea722ab8e27402d3db67d5f11587570a96d (diff) | |
download | forums-92f771eb82b64bb35e0cd42534ddd0306a6aef68.tar forums-92f771eb82b64bb35e0cd42534ddd0306a6aef68.tar.gz forums-92f771eb82b64bb35e0cd42534ddd0306a6aef68.tar.bz2 forums-92f771eb82b64bb35e0cd42534ddd0306a6aef68.tar.xz forums-92f771eb82b64bb35e0cd42534ddd0306a6aef68.zip |
[ticket/10704] minor typo in a comment
Make sure $id separation is working fine
PHPBB3-10704
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/functions_module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php index db7defdc48..ae4f0f238e 100644 --- a/phpBB/includes/functions_module.php +++ b/phpBB/includes/functions_module.php @@ -362,7 +362,7 @@ class p_master $module_auth = implode(' ', $tokens); - // Make sure $id seperation is working fine + // Make sure $id separation is working fine $module_auth = str_replace(' , ', ',', $module_auth); $forum_id = ($forum_id === false) ? $this->acl_forum_id : $forum_id; |