From: Chad Horohoe Date: Sat, 7 Feb 2009 15:13:42 +0000 (+0000) Subject: Fix another E_NOTICE. X-Git-Tag: 1.31.0-rc.0~42988 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=d94291ffaf00496aff72befc39870db14747c00e;p=lhc%2Fweb%2Fwiklou.git Fix another E_NOTICE. --- diff --git a/includes/specials/SpecialExport.php b/includes/specials/SpecialExport.php index b2ec82b05a..f996cacdb2 100644 --- a/includes/specials/SpecialExport.php +++ b/includes/specials/SpecialExport.php @@ -38,7 +38,7 @@ class SpecialExport extends SpecialPage { $this->curonly = true; $this->doExport = false; $this->templates = $wgRequest->getCheck( 'templates' ); - $this->images = $wgRequest->getCheckImages; // Doesn't do anything yet + $this->images = $wgRequest->getCheck( 'images' ); // Doesn't do anything yet $this->pageLinkDepth = $wgRequest->getIntOrNull( 'pagelink-depth' ); if ( $wgRequest->getCheck( 'addcat' ) ) {