Changeset 2890

Show
Ignore:
Timestamp:
06/24/2008 10:31:30 AM (5 months ago)
Author:
Shadowhand
Message:

Follow up to r2889, cleaning up a few things

Files:
1 modified

Legend:

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

    r2889 r2890  
    111111                                                self::$controller_path = $dir.$controller_path.EXT; 
    112112                                        } 
    113  
    114                                         // Skip remaining controller paths 
    115                                         continue; 
    116113                                } 
    117114                        } 
     
    119116                        if ($found === FALSE) 
    120117                        { 
    121                                 // Stop searching, nothing was found 
     118                                // Maximum depth has been reached, stop searching 
    122119                                break; 
    123120                        }