Index: trunk/extensions/ArticleCreationWorkflow/ArticleCreationWorkflow.hooks.php |
— | — | @@ -1,5 +1,10 @@ |
2 | 2 | <?php /* Article Creation Hooks */ |
3 | 3 | |
4 | 4 | class ArticleCreationHooks { |
5 | | - |
| 5 | + |
| 6 | + public static function loadArticleCreationModules() { |
| 7 | + // TODO: make this do something. |
| 8 | + return true; |
| 9 | + } |
| 10 | + |
6 | 11 | } |
\ No newline at end of file |