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 @@
485485 if ( !$filename ) {
486486 # Give up
487487 wfProfileOut( __METHOD__ );
488 - return false;
 488+ return;
489489 }
490490 }
491491

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r36776(bug 14670) Return false if AutoLoader can't find a class.demon03:42, 29 June 2008

Status & tagging log