Index: trunk/phase3/includes/Skin.php |
— | — | @@ -1696,7 +1696,7 @@ |
1697 | 1697 | } else { |
1698 | 1698 | $cont = null; |
1699 | 1699 | # Allow extensions to start a special box |
1700 | | - if( !wfRunHooks( 'SkinSidebarSpecialBox', array( &$this, $line, &$cont ) ); ) { |
| 1700 | + if( !wfRunHooks( 'SkinSidebarSpecialBox', array( &$this, $line, &$cont ) ) ) { |
1701 | 1701 | # Extension special box type |
1702 | 1702 | $bar[$line] = $cont; |
1703 | 1703 | $specialBox = true; |