Changeset 3068

Show
Ignore:
Timestamp:
07/11/2008 10:04:47 AM (5 months ago)
Author:
Shadowhand
Message:

Merged r3067 into tags/2.1.3

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tags/2.1.3/system/libraries/Router.php

    r3062 r3068  
    5858 
    5959                // Remove all dot-paths from the URI, they are not valid 
    60                 self::$current_uri = preg_replace('#\.++/++#', '', self::$current_uri); 
     60                self::$current_uri = preg_replace('#\.++\s*/++#', '', self::$current_uri); 
    6161 
    6262                // At this point segments, rsegments, and current URI are all the same