Show
Ignore:
Timestamp:
06/30/08 08:02:53 (2 months ago)
Author:
armen
Message:

Don't force $array as array, it could be any iterateable object.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Input.php

    r2930 r2937  
    184184     * @return  mixed 
    185185     */ 
    186     protected function search_array(array $array, $key, $default = NULL, $xss_clean = FALSE) 
     186    protected function search_array($array, $key, $default = NULL, $xss_clean = FALSE) 
    187187    { 
    188188        if ($key === array())