Merged in darojas/processmaker (pull request #1316)

Fix Notice: Undefined variable: sqlConditionLike.En Process variables
This commit is contained in:
Julio Cesar Laura Avendaño
2015-01-08 17:43:32 -04:00

View File

@@ -610,6 +610,7 @@ class Variable
$variableSql = "";
$sqlLimit = "";
$variableSqlLimit = "";
$sqlConditionLike = "";
$criteria = new \Criteria("workflow");