Smart Blocks: extra criteria field was undefined sometimes

This commit is contained in:
denise 2012-08-27 12:43:46 -04:00
parent d4dbca5de3
commit 0edfb10f19
1 changed files with 2 additions and 0 deletions

View File

@ -1199,6 +1199,8 @@ EOT;
} else { } else {
$spCriteriaValue = ($criteria['value']); $spCriteriaValue = ($criteria['value']);
} }
$spCriteriaExtra = $criteria['extra'];
} }
if ($spCriteriaModifier == "starts with") { if ($spCriteriaModifier == "starts with") {