r64487 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64486‎ | r64487 | r64488 >
Date:12:44, 1 April 2010
Author:happy-melon
Status:reverted
Tags:
Comment:
Follow-up to r64478 - pull out debugging code
Modified paths:
  • /trunk/phase3/includes/AutoLoader.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/AutoLoader.php
@@ -684,7 +684,7 @@
685685 AutoLoader::loadAllExtensions();
686686 }
687687
688 -if ( function_exists( 'spl_autoload_register' ) && false ) {
 688+if ( function_exists( 'spl_autoload_register' ) ) {
689689 spl_autoload_register( array( 'AutoLoader', 'autoload' ) );
690690 } else {
691691 function __autoload( $class ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64478Rewrite the parser in a more friendly and accessible implementation...happy-melon10:50, 1 April 2010

Status & tagging log