Merge "add type check and bail out when title could not be created"
[lhc/web/wiklou.git] / includes / api / ApiMain.php
index 8c035dc..7f412bc 100644 (file)
@@ -80,6 +80,7 @@ class ApiMain extends ApiBase {
                'patrol' => 'ApiPatrol',
                'import' => 'ApiImport',
                'userrights' => 'ApiUserrights',
+               'options' => 'ApiOptions',
        );
 
        /**