(bug 12816) Adding list=random module which fetches a list of random pages. Based...
[lhc/web/wiklou.git] / includes / AutoLoader.php
index e7c9f1b..3d34909 100644 (file)
@@ -351,6 +351,7 @@ function __autoload($className) {
                'ApiQueryLangLinks' => 'includes/api/ApiQueryLangLinks.php',
                'ApiQueryLinks' => 'includes/api/ApiQueryLinks.php',
                'ApiQueryLogEvents' => 'includes/api/ApiQueryLogEvents.php',
+               'ApiQueryRandom' => 'includes/api/ApiQueryRandom.php',
                'ApiQueryRecentChanges'=> 'includes/api/ApiQueryRecentChanges.php',
                'ApiQueryRevisions' => 'includes/api/ApiQueryRevisions.php',
                'ApiQuerySearch' => 'includes/api/ApiQuerySearch.php',