diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 593a4c29f..3712607d6 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -382,7 +382,7 @@ function request_uri() { $uri = $_SERVER['PHP_SELF'] .'?'. $_SERVER['QUERY_STRING']; } } - + return check_url($uri); } |