From 97ca0bdc14c562932f3a95be8f82a02e2bb05e77 Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Tue, 15 Jul 2008 11:14:14 +0000 Subject: [PATCH] A single syntax error, I tested for validity and still I get one. --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index 21974690f7..248a9e3d62 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1696,7 +1696,7 @@ END; } else { $cont = null; # Allow extensions to start a special box - if( !wfRunHooks( 'SkinSidebarSpecialBox', array( &$this, $line, &$cont ) ); ) { + if( !wfRunHooks( 'SkinSidebarSpecialBox', array( &$this, $line, &$cont ) ) ) { # Extension special box type $bar[$line] = $cont; $specialBox = true; -- 2.20.1