Changeset 327

Show
Ignore:
Timestamp:
12/20/07 16:05:46 (7 months ago)
Author:
hans
Message:

Refs #201 - Fixing another (!) argument parsing bug introduced in [326]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.3/classes/phing/Phing.php

    r326 r327  
    320320                for($i=0, $max = max(array_keys($args)); $i <= $max; $i++) { 
    321321                         
    322                         if (!array_key_exists($i, $args[$i])) { 
     322                        if (!array_key_exists($i, $args)) { 
    323323                                // skip this argument, since it must have been removed above. 
    324324                                continue;