From: Daniel Friesen Date: Tue, 15 Jul 2008 11:14:14 +0000 (+0000) Subject: A single syntax error, I tested for validity and still I get one. X-Git-Tag: 1.31.0-rc.0~46505 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=97ca0bdc14c562932f3a95be8f82a02e2bb05e77;p=lhc%2Fweb%2Fwiklou.git A single syntax error, I tested for validity and still I get one. --- 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;