Changeset 327


Ignore:
Timestamp:
12/20/07 17:05:46 (3 years ago)
Author:
hans
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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; 
Note: See TracChangeset for help on using the changeset viewer.