From: Sam Reed Date: Tue, 16 Nov 2010 14:06:21 +0000 (+0000) Subject: Variablise $navigationBar X-Git-Tag: 1.31.0-rc.0~33865 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=5bb574767408217ae9b4741be4ae3a74360c3fae;p=lhc%2Fweb%2Fwiklou.git Variablise $navigationBar Add a couple of braces --- diff --git a/includes/Pager.php b/includes/Pager.php index 2d8be2328b..3870ef3ad9 100644 --- a/includes/Pager.php +++ b/includes/Pager.php @@ -937,7 +937,9 @@ abstract class TablePager extends IndexPager { function getNavigationBar() { global $wgStylePath, $wgContLang; - if ( !$this->isNavigationBarShown() ) return ''; + if ( !$this->isNavigationBarShown() ) { + return ''; + } $path = "$wgStylePath/common/images"; $labels = array(