Completed
Pull Request — master (#29)
by
unknown
02:49
created
class.FlipAdminPage.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -20,6 +20,9 @@
 block discarded – undo
20 20
         $this->addWellKnownJS(JS_METISMENU, false);
21 21
     }
22 22
 
23
+    /**
24
+     * @param string $adminGroup
25
+     */
23 26
     protected function userIsAdmin($adminGroup)
24 27
     {
25 28
         if($this->user === false || $this->user === null)
Please login to merge, or discard this patch.