From: Aaron Schulz Date: Fri, 23 May 2008 21:12:47 +0000 (+0000) Subject: Remove unused var X-Git-Tag: 1.31.0-rc.0~47427 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=c3232e2dc088fb3078cc7ce96f4b8376d8312426;p=lhc%2Fweb%2Fwiklou.git Remove unused var --- 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; }