From c3232e2dc088fb3078cc7ce96f4b8376d8312426 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 23 May 2008 21:12:47 +0000 Subject: [PATCH] Remove unused var --- includes/ImagePage.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/ImagePage.php b/includes/ImagePage.php index cec94c70ee..3b1795cdee 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -19,8 +19,6 @@ class ImagePage extends Article { function __construct( $title ) { parent::__construct( $title ); - - global $wgRequest; $this->dupes = null; $this->repo = null; } -- 2.20.1