r24417 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24416‎ | r24417 | r24418 >
Date:20:57, 28 July 2007
Author:thomasv
Status:old
Tags:
Comment:
hook has to return a boolean
Modified paths:
  • /trunk/extensions/StableVersion/StableVersion.php (modified) (history)

Diff [purge]

Index: trunk/extensions/StableVersion/StableVersion.php
@@ -136,7 +136,7 @@
137137
138138 # No stable versions of a non-existing article
139139 if( !$article->exists() ) {
140 - return;
 140+ return true;
141141 }
142142
143143 wfProfileIn( $fname );

Status & tagging log