Index: trunk/extensions/ArticleCreationWorkflow/ArticleCreationWorkflow.php |
— | — | @@ -42,9 +42,6 @@ |
43 | 43 | |
44 | 44 | $wgResourceModules['ext.articleCreation.init'] = $acResourceTemplate + array( |
45 | 45 | 'scripts' => 'ext.articleCreation.init/ext.articleCreation.init.js', |
46 | | - 'dependencies' => array( |
47 | | - 'mediawiki.user', |
48 | | - ), |
49 | 46 | ); |
50 | 47 | |
51 | 48 | $wgResourceModules['ext.articleCreation.core'] = $acResourceTemplate + array ( |