r26485 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r26484‎ | r26485 | r26486 >
Date:17:37, 7 October 2007
Author:robchurch
Status:old
Tags:
Comment:
(bug 11589) Missing return values in hooks
Modified paths:
  • /trunk/extensions/AjaxShowEditors/Hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/AjaxShowEditors/Hooks.php
@@ -33,6 +33,7 @@
3434 ),
3535 __METHOD__
3636 );
 37+ return true;
3738 }
3839
3940 // Only when editing a page
@@ -69,5 +70,6 @@
7071 . '<p id="ajax-se-editors">'. wfMsg('ajax-se-pending') . '</p>'
7172 . '</div>'
7273 );
 74+ return true;
7375 }
7476

Status & tagging log