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