Fix another E_NOTICE.
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 7 Feb 2009 15:13:42 +0000 (15:13 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 7 Feb 2009 15:13:42 +0000 (15:13 +0000)
includes/specials/SpecialExport.php

index b2ec82b..f996cac 100644 (file)
@@ -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' ) ) {