CC-4673: Smart Block: Exception happens when create a smart block with 5 criteria

-fixed
This commit is contained in:
denise 2012-11-06 11:54:24 -05:00
parent a99191f4bd
commit 2cbba60037
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
if ($j == $this->modRowMap[$i]-1 && $i < 25) {
$n = $i+1;
$nextIndex = $n."_0";
} elseif ($j+1 < $this->modRowMap[$i]-1) {
} elseif ($j+1 <= $this->modRowMap[$i]-1) {
$n = $j+1;
$nextIndex = $i."_".$n;