* API: help screen now shows default and allowed parameter values
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 35cb4c8..e3eae5a 100644 (file)
@@ -237,6 +237,8 @@ function __autoload($className) {
 
                // API classes
                'ApiBase' => 'includes/api/ApiBase.php',
+               'ApiFormatFeedWrapper' => 'includes/api/ApiFormatBase.php',
+               'ApiFeedWatchlist' => 'includes/api/ApiFeedWatchlist.php',
                'ApiFormatBase' => 'includes/api/ApiFormatBase.php',
                'Services_JSON' => 'includes/api/ApiFormatJson_json.php',
                'ApiFormatJson' => 'includes/api/ApiFormatJson.php',