Show
Ignore:
Timestamp:
01/10/08 20:06:01 (5 years ago)
Author:
tasuku
Message:

lang/php/mumu: fixed bug on {% for %} with array with non-numeric/sparse key

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/php/mumu/trunk/mumu.php

    r4365 r4374  
    561561    if (!is_array($values)) { 
    562562      $values = array($value); 
     563    } else { 
     564      $values = array_values($values); 
    563565    } 
    564566    if ($this->reversed) {