aboutsummaryrefslogtreecommitdiffstats
path: root/includes/OutputHandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/OutputHandler.php')
-rw-r--r--includes/OutputHandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/OutputHandler.php b/includes/OutputHandler.php
index 315eea50b91b..2e0455665a75 100644
--- a/includes/OutputHandler.php
+++ b/includes/OutputHandler.php
@@ -59,7 +59,7 @@ class OutputHandler {
* @return string
*/
private static function findUriExtension() {
- /// @todo FIXME: this sort of dupes some code in WebRequest::getRequestUrl()
+ // @todo FIXME: this sort of dupes some code in WebRequest::getRequestUrl()
if ( isset( $_SERVER['REQUEST_URI'] ) ) {
// Strip the query string...
$path = explode( '?', $_SERVER['REQUEST_URI'], 2 )[0];