* E_STRICT
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 5 May 2007 20:31:08 +0000 (20:31 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 5 May 2007 20:31:08 +0000 (20:31 +0000)
includes/SpecialBooksources.php

index d3136ea..1903a8a 100644 (file)
@@ -27,7 +27,7 @@ class SpecialBookSources extends SpecialPage {
         *
         * @param $isbn ISBN passed as a subpage parameter
         */
-       public function execute( $isbn = false ) {
+       public function execute( $isbn ) {
                global $wgOut, $wgRequest;
                $this->setHeaders();
                $this->isbn = $this->cleanIsbn( $isbn ? $isbn : $wgRequest->getText( 'isbn' ) );