From: Domas Mituzas Date: Sun, 20 Apr 2008 16:17:46 +0000 (+0000) Subject: ProfilerSimpleText needs loading! X-Git-Tag: 1.31.0-rc.0~48166 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=a370176b62787d80e4b0c4f81bb9605de284906c;p=lhc%2Fweb%2Fwiklou.git ProfilerSimpleText needs loading! --- diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 14c54f7325..51c0c024a2 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -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',