diff options
Diffstat (limited to 'modules/comment/comment.install')
-rw-r--r-- | modules/comment/comment.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/comment/comment.install b/modules/comment/comment.install index 5f919bcc5..35a1e56a6 100644 --- a/modules/comment/comment.install +++ b/modules/comment/comment.install @@ -1,6 +1,8 @@ <?php // $Id$ +drupal_load('module', 'comment'); + /** * Implementation of hook_enable(). */ |