Show
Ignore:
Timestamp:
03/09/2008 03:12:35 PM (10 months ago)
Author:
Shadowhand
Message:

Small cleanups.

Files:
1 modified

Legend:

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

    r2182 r2250  
    7474                                foreach(self::$routes as $key => $val) 
    7575                                { 
    76                                         if ($key == '_default') continue; 
     76                                        if ($key === '_default') continue; 
    7777 
    7878                                        // Does this route match the current URI?