mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge remote-tracking branch 'dhruvgoel92/ticket/10704' into develop
* dhruvgoel92/ticket/10704: [ticket/10704] minor typo in a comment
This commit is contained in:
commit
099f8de621
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ class p_master
|
||||||
|
|
||||||
$module_auth = implode(' ', $tokens);
|
$module_auth = implode(' ', $tokens);
|
||||||
|
|
||||||
// Make sure $id seperation is working fine
|
// Make sure $id separation is working fine
|
||||||
$module_auth = str_replace(' , ', ',', $module_auth);
|
$module_auth = str_replace(' , ', ',', $module_auth);
|
||||||
|
|
||||||
$is_auth = false;
|
$is_auth = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue