diff options
Diffstat (limited to 'h-source/Application/Controllers')
-rw-r--r-- | h-source/Application/Controllers/ModeratorsController.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/h-source/Application/Controllers/ModeratorsController.php b/h-source/Application/Controllers/ModeratorsController.php index f7a5737..2f4123f 100644 --- a/h-source/Application/Controllers/ModeratorsController.php +++ b/h-source/Application/Controllers/ModeratorsController.php @@ -41,8 +41,6 @@ class ModeratorsController extends BaseController { $this->shift(1); - Params::$nullQueryValue = 'undef'; - $this->s['registered']->check('moderator'); $whereClauseArray = array( |