Fix Notice: Undefined variable: sqlConditionLike.En Process variables

This commit is contained in:
Freddy Daniel Rojas Valda
2015-01-09 17:07:49 -04:00
parent 72dd59f6f0
commit 6217efe4c0

View File

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