Smart Blocks: extra criteria field was undefined sometimes
This commit is contained in:
parent
d4dbca5de3
commit
0edfb10f19
|
@ -1199,6 +1199,8 @@ EOT;
|
||||||
} else {
|
} else {
|
||||||
$spCriteriaValue = ($criteria['value']);
|
$spCriteriaValue = ($criteria['value']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$spCriteriaExtra = $criteria['extra'];
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($spCriteriaModifier == "starts with") {
|
if ($spCriteriaModifier == "starts with") {
|
||||||
|
|
Loading…
Reference in New Issue