r36776 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r36775
|
r36776
|
r36777
>
Date:
03:42, 29 June 2008
Author:
demon
Status:
old
Tags:
Comment:
(
bug 14670
) Return false if AutoLoader can't find a class.
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;
488
+ return false;
489
489
}
490
490
}
491
491
Follow-up revisions
Revision
Commit summary
Author
Date
r36941
Revert
r36776
-- this function doesn't return a value on success, why on fail...
brion
19:30, 2 July 2008
Status & tagging log
15:28, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r36776
[
removed:
ok
added:
old]