From 465199e02336c84973b1603de5f6c525aea3800f Mon Sep 17 00:00:00 2001 From: Ori Livneh Date: Fri, 25 Mar 2016 09:38:16 -0700 Subject: [PATCH] Fix-up for Iaf90c20c33: add missing slash Change-Id: I92169a3b74123db8ceaca222db760095a7c06d4f --- includes/debug/logger/monolog/WikiProcessor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/debug/logger/monolog/WikiProcessor.php b/includes/debug/logger/monolog/WikiProcessor.php index e3c048dae5..ad939a0932 100644 --- a/includes/debug/logger/monolog/WikiProcessor.php +++ b/includes/debug/logger/monolog/WikiProcessor.php @@ -42,7 +42,7 @@ class WikiProcessor { 'host' => wfHostname(), 'wiki' => wfWikiID(), 'mwversion' => $wgVersion, - 'reqId' => WebRequest::getRequestId(), + 'reqId' => \WebRequest::getRequestId(), ] ); return $record; -- 2.20.1