(bug 15466) Added action=purge to the API. Modified patch by ^demon
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 0ca2c94..d134004 100644 (file)
@@ -240,6 +240,7 @@ $wgAutoloadLocalClasses = array(
        'ApiParse' => 'includes/api/ApiParse.php',
        'ApiPatrol' => 'includes/api/ApiPatrol.php',
        'ApiProtect' => 'includes/api/ApiProtect.php',
+       'ApiPurge' => 'includes/api/ApiPurge.php',
        'ApiQuery' => 'includes/api/ApiQuery.php',
        'ApiQueryAllCategories' => 'includes/api/ApiQueryAllCategories.php',
        'ApiQueryAllimages' => 'includes/api/ApiQueryAllimages.php',