Changeset 3050

Show
Ignore:
Timestamp:
07/11/2008 07:33:31 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

    r3048 r3050  
    101101                        $controller_path .= $segment; 
    102102 
    103                         echo Kohana::debug($segment); 
    104  
    105103                        $found = FALSE; 
    106104                        foreach ($paths as $dir) 
     
    156154                } 
    157155 
    158                 exit; 
    159156                // Last chance to set routing before a 404 is triggered 
    160157                Event::run('system.post_routing');