allow enotif mails to be sent via job queue
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 596e6f8..2aa49ce 100644 (file)
@@ -130,7 +130,6 @@ function __autoload($className) {
                'ReverseChronologicalPager' => 'includes/Pager.php',
                'TablePager' => 'includes/Pager.php',
                'Parser' => 'includes/Parser.php',
-               'Tidy' => 'includes/Tidy.php',
                'ParserOutput' => 'includes/ParserOutput.php',
                'ParserOptions' => 'includes/ParserOptions.php',
                'ParserCache' => 'includes/ParserCache.php',
@@ -248,9 +247,11 @@ function __autoload($className) {
                'Xml' => 'includes/Xml.php',
                'ZhClient' => 'includes/ZhClient.php',
                'memcached' => 'includes/memcached-client.php',
+               'EmaillingJob' => 'includes/JobQueue.php',
 
                # Media
                'BitmapHandler' => 'includes/media/Bitmap.php',
+               'BmpHandler' => 'includes/media/BMP.php',
                'DjVuHandler' => 'includes/media/DjVu.php',
                'MediaHandler' => 'includes/media/Generic.php',
                'ImageHandler' => 'includes/media/Generic.php',