A single syntax error, I tested for validity and still I get one.
authorDaniel Friesen <dantman@users.mediawiki.org>
Tue, 15 Jul 2008 11:14:14 +0000 (11:14 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Tue, 15 Jul 2008 11:14:14 +0000 (11:14 +0000)
includes/Skin.php

index 2197469..248a9e3 100644 (file)
@@ -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;