From a8a4241e2cc650ae7daafb36f8fbcb64a5ea919c Mon Sep 17 00:00:00 2001 From: "Paula V. Quispe" Date: Tue, 15 Dec 2015 12:37:56 -0400 Subject: [PATCH] PM-4457 --- workflow/engine/controllers/designer.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/workflow/engine/controllers/designer.php b/workflow/engine/controllers/designer.php index c2803e051..2c126354f 100644 --- a/workflow/engine/controllers/designer.php +++ b/workflow/engine/controllers/designer.php @@ -83,12 +83,9 @@ class Designer extends Controller $this->setVar('credentials', base64_encode(json_encode($clientToken))); $this->setVar('isDebugMode', $debug); $this->setVar("distribution", $distribution); - - /*----------------------------------********---------------------------------*/ $this->setVar("SYS_SYS", SYS_SYS); $this->setVar("SYS_LANG", SYS_LANG); $this->setVar("SYS_SKIN", SYS_SKIN); - /*----------------------------------********---------------------------------*/ if ($debug) { if (! file_exists(PATH_HTML . "lib-dev/pmUI/build.cache")) {