@@ -471,8 +471,7 @@ |
||
471 | 471 | if ( is_array( $retVal[$match[1]] ) ) { |
472 | 472 | $i = count($retVal[$match[1]]); |
473 | 473 | $retVal[$match[1]][$i] = $match[2]; |
474 | - } |
|
475 | - else { |
|
474 | + } else { |
|
476 | 475 | $retVal[$match[1]] = array($retVal[$match[1]], $match[2]); |
477 | 476 | } |
478 | 477 | } else { |