Show
Ignore:
Timestamp:
06/29/08 17:32:40 (2 months ago)
Author:
Shadowhand
Message:

How did that happen? Thanks zextra!

Files:
1 modified

Legend:

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

    r2931 r2936  
    7070 
    7171        // Set the complete URI 
    72         self::$complete_uri = self::$query_string.self::$current_uri; 
     72        self::$complete_uri = self::$current_uri.self::$query_string; 
    7373 
    7474        // Explode the segments by slashes