Merged in cmdeguzman/cdgz-processmaker/HOR-282-3018 (pull request #3783)
HOR-282
This commit is contained in:
@@ -75,8 +75,8 @@ class Designer extends Controller
|
||||
}
|
||||
/*----------------------------------********---------------------------------*/
|
||||
|
||||
$this->setVar('prj_uid', $proUid);
|
||||
$this->setVar('app_uid', $appUid);
|
||||
$this->setVar('prj_uid', htmlspecialchars($proUid));
|
||||
$this->setVar('app_uid', htmlspecialchars($appUid));
|
||||
$this->setVar('consolidated', $consolidated);
|
||||
$this->setVar('enterprise', $enterprise);
|
||||
$this->setVar('prj_readonly', $proReadOnly);
|
||||
|
||||
Reference in New Issue
Block a user