From c22292cdd6ce8400c6ef6cd550edd145e643c12c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 5 May 2007 20:31:08 +0000 Subject: [PATCH] * E_STRICT --- includes/SpecialBooksources.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialBooksources.php b/includes/SpecialBooksources.php index d3136ea443..1903a8a5dc 100644 --- a/includes/SpecialBooksources.php +++ b/includes/SpecialBooksources.php @@ -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' ) ); -- 2.20.1