Index: trunk/extensions/UploadWizard/UploadWizard.config.php |
— | — | @@ -16,7 +16,7 @@ |
17 | 17 | 'apiUrl' => $wgServer . $wgScriptPath . '/api.php', |
18 | 18 | |
19 | 19 | // Categories to automatically add all uploaded images into. |
20 | | - 'autoCategories' => array( 'Locations', 'Examples' ), |
| 20 | + 'autoCategories' => array(), |
21 | 21 | |
22 | 22 | // Deprecated: use autoCategories |
23 | 23 | 'autoCategory' => '', |