Merge remote-tracking branch 'dhruvgoel92/ticket/10704' into develop

* dhruvgoel92/ticket/10704:
  [ticket/10704] minor typo in a comment
This commit is contained in:
Andreas Fischer 2012-03-22 10:59:41 +01:00
commit 099f8de621

View file

@ -376,7 +376,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);
$is_auth = false;