summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r--includes/bootstrap.inc2
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);
}