Changeset 2936

Show
Ignore:
Timestamp:
06/29/2008 05:32:40 PM (3 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