PM-4457
This commit is contained in:
@@ -83,12 +83,9 @@ class Designer extends Controller
|
|||||||
$this->setVar('credentials', base64_encode(json_encode($clientToken)));
|
$this->setVar('credentials', base64_encode(json_encode($clientToken)));
|
||||||
$this->setVar('isDebugMode', $debug);
|
$this->setVar('isDebugMode', $debug);
|
||||||
$this->setVar("distribution", $distribution);
|
$this->setVar("distribution", $distribution);
|
||||||
|
|
||||||
/*----------------------------------********---------------------------------*/
|
|
||||||
$this->setVar("SYS_SYS", SYS_SYS);
|
$this->setVar("SYS_SYS", SYS_SYS);
|
||||||
$this->setVar("SYS_LANG", SYS_LANG);
|
$this->setVar("SYS_LANG", SYS_LANG);
|
||||||
$this->setVar("SYS_SKIN", SYS_SKIN);
|
$this->setVar("SYS_SKIN", SYS_SKIN);
|
||||||
/*----------------------------------********---------------------------------*/
|
|
||||||
|
|
||||||
if ($debug) {
|
if ($debug) {
|
||||||
if (! file_exists(PATH_HTML . "lib-dev/pmUI/build.cache")) {
|
if (! file_exists(PATH_HTML . "lib-dev/pmUI/build.cache")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user