r36941 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r36940
|
r36941
|
r36942
>
Date:
19:30, 2 July 2008
Author:
brion
Status:
old
Tags:
Comment:
Revert
r36776
-- this function doesn't return a value on success, why on failure?
Modified paths:
/trunk/phase3/includes/AutoLoader.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/AutoLoader.php
—
—
@@ -484,7 +484,7 @@
485
485
if ( !$filename ) {
486
486
# Give up
487
487
wfProfileOut( __METHOD__ );
488
- return false;
488
+ return;
489
489
}
490
490
}
491
491
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r36776
(
bug 14670
) Return false if AutoLoader can't find a class.
demon
03:42, 29 June 2008
Status & tagging log
15:28, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r36941
[
removed:
ok
added:
old]