From c68d812786593c0d09eb286250b98b7e51b1b228 Mon Sep 17 00:00:00 2001 From: Roly Rudy Gutierrez Pinto Date: Thu, 30 Apr 2015 19:23:47 -0400 Subject: [PATCH] IMPROVEMENT --- workflow/engine/controllers/designer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/engine/controllers/designer.php b/workflow/engine/controllers/designer.php index 82dada39f..745d5c771 100644 --- a/workflow/engine/controllers/designer.php +++ b/workflow/engine/controllers/designer.php @@ -68,7 +68,7 @@ class Designer extends Controller $this->setVar('prj_readonly', $proReadOnly); $this->setVar('credentials', base64_encode(json_encode($clientToken))); $this->setVar('isDebugMode', $debug); - $this->setVar('distribution', file_exists(PATH_CLASSES . "class.pmLicenseManager.php")); + $this->setVar('distribution', file_exists(PATH_METHODS . "login/licenseUpdate.php")); if ($debug) { if (! file_exists(PATH_HTML . "lib-dev/pmUI/build.cache")) {