This commit is contained in:
Paula Quispe
2017-08-28 08:29:12 -04:00
parent b2746bde5b
commit 5e3077f2a2

View File

@@ -75,7 +75,7 @@ class Workflow extends Handler
self::log("Create Process with data:", $data);
//validate if process with specified name already exists
if (Process::existsByProTitle($data["PRO_TITLE"])) {
if (ClassesProcess::existsByProTitle($data["PRO_TITLE"])) {
throw new Exception\ProjectAlreadyExists($this, $data["PRO_TITLE"]);
}