Changeset 950

Show
Ignore:
Timestamp:
07/06/10 16:09:18 (2 months ago)
Author:
ort
Message:

fix router query string (GET)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/engine/classes/Router.class.php

    r938 r950  
    9595                $sReq=preg_replace("/\/+/",'/',$_SERVER['REQUEST_URI']);                 
    9696                $sReq=preg_replace("/^\/(.*)\/?$/U",'\\1',$sReq);                
    97                 $sReq=preg_replace("/^(.*)\/\?.*$/U",'\\1',$sReq); 
     97                $sReq=preg_replace("/^(.*)\?.*$/U",'\\1',$sReq); 
    9898 
    9999                /**