diff --git a/framework/base/router.class.php b/framework/base/router.class.php index cda4a34f63..7364c41fc7 100644 --- a/framework/base/router.class.php +++ b/framework/base/router.class.php @@ -377,6 +377,7 @@ class baseRouter $this->loadClass('mobile', $static = true); $this->setCookieSecure(); + $this->setOpenApp(); $this->setSuperVars(); $this->setDebug(); $this->setErrorHandler();