Changeset 3073

Show
Ignore:
Timestamp:
07/11/2008 10:52:47 AM (3 months ago)
Author:
Geert
Message:

Oops, this is better

Files:
1 modified

Legend:

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

    r3072 r3073  
    6767 
    6868                // Remove all dot-paths from the URI, they are not valid 
    69                 self::$current_uri = preg_replace('#\.[\s./]+/#', '', self::$current_uri); 
     69                self::$current_uri = preg_replace('#\.[\s./]*/#', '', self::$current_uri); 
    7070 
    7171                // At this point segments, rsegments, and current URI are all the same