diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2007-01-24 09:26:41 +0000 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2007-01-24 09:26:41 +0000 |
commit | b6c19d49965caece085e7ee0da9c619b14f19655 (patch) | |
tree | 60c57c2a5035d5078fcc417e969f05cc8589f8ab /includes/GlobalFunctions.php | |
parent | 3cbab0f9c75400197f64677945b7d8c45de85d06 (diff) |
Aktualisierung auf MediaWiki 1.9.1
Diffstat (limited to 'includes/GlobalFunctions.php')
-rw-r--r-- | includes/GlobalFunctions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 08094ca1..da24e4a7 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -230,7 +230,7 @@ function wfLogProfilingData() { $forward .= ' anon'; $log = sprintf( "%s\t%04.3f\t%s\n", gmdate( 'YmdHis' ), $elapsed, - urldecode( $_SERVER['REQUEST_URI'] . $forward ) ); + urldecode( $wgRequest->getRequestURL() . $forward ) ); if ( '' != $wgDebugLogFile && ( $wgRequest->getVal('action') != 'raw' || $wgDebugRawPage ) ) { error_log( $log . $prof, 3, $wgDebugLogFile ); } |