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 @@
34
34
),
35
35
__METHOD__
36
36
);
37
+ return true;
37
38
}
38
39
39
40
// Only when editing a page
—
—
@@ -69,5 +70,6 @@
70
71
. '<p id="ajax-se-editors">'. wfMsg('ajax-se-pending') . '</p>'
71
72
. '</div>'
72
73
);
74
+ return true;
73
75
}
74
76
Status & tagging log
15:21, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r26485
[
removed:
ok
added:
old]