|
|
@@ -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())
|