MediaWiki r26485 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r26484‎ | r26485 (on ViewVC)‎ | r26486 >
Date:17:37, 7 October 2007
Author:robchurch
Status:old
Tags:
Comment:
(bug 11589) Missing return values in hooks
Modified paths:

Diff [purge]

Index: trunk/extensions/AjaxShowEditors/Hooks.php
===================================================================
--- trunk/extensions/AjaxShowEditors/Hooks.php	(revision 26484)
+++ trunk/extensions/AjaxShowEditors/Hooks.php	(revision 26485)
@@ -33,6 +33,7 @@
 		),
 		__METHOD__
 	);
+	return true;
 }
 
 // Only when editing a page
@@ -69,5 +70,6 @@
 		. '<p id="ajax-se-editors">'. wfMsg('ajax-se-pending') . '</p>'
 		. '</div>'
 		);
+	return true;
 }
 

Status & tagging log

  • 15:21, 12 September 2011 Meno25 (Talk | contribs) changed the status of r26485 [removed: ok added: old]
Personal tools
Namespaces
Variants
Views
Actions
Site
Support
Download
Development
Communication
Toolbox