Changeset 2485

Show
Ignore:
Timestamp:
04/14/2008 09:12:54 AM (7 months ago)
Author:
armen
Message:

_allowed should be there too.

Files:
1 modified

Legend:

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

    r2484 r2485  
    7474                                foreach(self::$routes as $key => $val) 
    7575                                { 
    76                                         if ($key === '_default') continue; 
     76                                        if ($key === '_default' || $key === '_allowed') continue; 
    7777 
    7878                                        // Trim slashes