ProfilerSimpleText needs loading!
authorDomas Mituzas <midom@users.mediawiki.org>
Sun, 20 Apr 2008 16:17:46 +0000 (16:17 +0000)
committerDomas Mituzas <midom@users.mediawiki.org>
Sun, 20 Apr 2008 16:17:46 +0000 (16:17 +0000)
includes/AutoLoader.php

index 14c54f7..51c0c02 100644 (file)
@@ -197,6 +197,7 @@ function __autoload($className) {
                'Preprocessor' => 'includes/Preprocessor.php',
                'Profiler' => 'includes/Profiler.php',
                'ProfilerSimple' => 'includes/ProfilerSimple.php',
+               'ProfilerSimpleText' => 'includes/ProfilerSimpleText.php',
                'ProfilerSimpleUDP' => 'includes/ProfilerSimpleUDP.php',
                'ProtectionForm' => 'includes/ProtectionForm.php',
                'ProxyTools' => 'includes/ProxyTools.php',