Show
Ignore:
Timestamp:
07/11/2008 07:34:00 AM (5 months ago)
Author:
Shadowhand
Message:

Follow up to r3048, left debug crap behind.

Files:
1 modified

Legend:

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

    r3050 r3051  
    7272                self::$segments = self::$rsegments = self::$current_uri = trim(self::$current_uri, './ '); 
    7373 
    74                 echo Kohana::debug(self::$segments);exit; 
    75  
    7674                // Set the complete URI 
    7775                self::$complete_uri = self::$current_uri.self::$query_string;