From a64fb51ecac86fc7ad6dbdc952439280e54a9489 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 3 Apr 2009 15:36:10 +0000 Subject: [PATCH] Remove stray $wgTitle --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index e56a384771..776e713f5d 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1174,7 +1174,7 @@ class Article { } public function deletetrackback() { - global $wgUser, $wgRequest, $wgOut, $wgTitle; + global $wgUser, $wgRequest, $wgOut; if( !$wgUser->matchEditToken($wgRequest->getVal('token')) ) { $wgOut->addWikiMsg( 'sessionfailure' ); return; -- 2.20.1