Show
Ignore:
Timestamp:
06/24/2008 12:44:33 PM (5 months ago)
Author:
Shadowhand
Message:

Whoops, left some debug behind in r2891

Files:
1 modified

Legend:

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

    r2892 r2893  
    7474                // Explode the segments by slashes 
    7575                self::$segments = ($default_route === TRUE OR self::$segments === '') ? array() : explode('/', self::$segments); 
    76                  
     76 
    7777                if ($default_route === FALSE AND count(self::$routes) > 1) 
    7878                { 
     
    8787                $controller_path = ''; 
    8888                $method_segment  = NULL; 
    89  
    90                 echo Kohana::debug(self::$rsegments); 
    9189 
    9290                foreach (self::$rsegments as $key => $segment)