|
@@ -50,6 +50,14 @@ abstract class HttpController implements DefaultController
|
|
|
{
|
|
{
|
|
|
$this->setParams($params);
|
|
$this->setParams($params);
|
|
|
|
|
|
|
|
|
|
+ logModuleCall(
|
|
|
|
|
+ 'kerioEmail',
|
|
|
|
|
+ __FUNCTION__,
|
|
|
|
|
+ $params,
|
|
|
|
|
+ 'Debug Controller',
|
|
|
|
|
+ $this->router
|
|
|
|
|
+ );
|
|
|
|
|
+
|
|
|
if (!$this->router->isControllerCallable() || !$this->isAdminContextValid())
|
|
if (!$this->router->isControllerCallable() || !$this->isAdminContextValid())
|
|
|
{
|
|
{
|
|
|
return $this->controllerResult = $this->getPageNotFound();
|
|
return $this->controllerResult = $this->getPageNotFound();
|