Changeset 3072

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

Fixed #684

Files:
1 modified

Legend:

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

    r3067 r3072  
    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