Show
Ignore:
Timestamp:
02/19/2008 02:06:24 AM (11 months ago)
Author:
armen
Message:

{} is deprecated use [] instead. refs: http://wiki.pooteeweet.org/PhP60

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/core/Kohana.php

    r2072 r2079  
    234234                                Router::$method = '_remap'; 
    235235                        } 
    236                         elseif (isset($methods[Router::$method]) AND Router::$method{0} !== '_') 
     236                        elseif (isset($methods[Router::$method]) AND Router::$method[0] !== '_') 
    237237                        { 
    238238                                // Use the arguments normally