andre 1 rok temu
rodzic
commit
aae7691d8b

+ 1 - 1
core/App/Controllers/Instances/HttpController.php

@@ -55,7 +55,7 @@ abstract class HttpController implements DefaultController
             __FUNCTION__,
             $this->router->isControllerCallable(),
             'Debug Controller',
-            $this->router->isAdminContextValid()
+            $this->isAdminContextValid()
         );
 
         if (!$this->router->isControllerCallable() || !$this->isAdminContextValid())