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 @@
137
137
138
138
# No stable versions of a non-existing article
139
139
if( !$article->exists() ) {
140
- return;
140
+ return true;
141
141
}
142
142
143
143
wfProfileIn( $fname );
Status & tagging log
15:20, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r24417
[
removed:
ok
added:
old]