Index: trunk/phase3/includes/AutoLoader.php |
— | — | @@ -684,7 +684,7 @@ |
685 | 685 | AutoLoader::loadAllExtensions(); |
686 | 686 | } |
687 | 687 | |
688 | | -if ( function_exists( 'spl_autoload_register' ) && false ) { |
| 688 | +if ( function_exists( 'spl_autoload_register' ) ) { |
689 | 689 | spl_autoload_register( array( 'AutoLoader', 'autoload' ) ); |
690 | 690 | } else { |
691 | 691 | function __autoload( $class ) { |