r37687 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37686‎ | r37687 | r37688 >
Date:11:14, 15 July 2008
Author:dantman
Status:old
Tags:
Comment:
A single syntax error, I tested for validity and still I get one.
Modified paths:
  • /trunk/phase3/includes/Skin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Skin.php
@@ -1696,7 +1696,7 @@
16971697 } else {
16981698 $cont = null;
16991699 # Allow extensions to start a special box
1700 - if( !wfRunHooks( 'SkinSidebarSpecialBox', array( &$this, $line, &$cont ) ); ) {
 1700+ if( !wfRunHooks( 'SkinSidebarSpecialBox', array( &$this, $line, &$cont ) ) ) {
17011701 # Extension special box type
17021702 $bar[$line] = $cont;
17031703 $specialBox = true;

Status & tagging log