diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment/comment.install | 2 | ||||
-rw-r--r-- | modules/system/system.install | 4 |
2 files changed, 6 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(). */ diff --git a/modules/system/system.install b/modules/system/system.install index 510283dfc..e133b0ecd 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -1043,6 +1043,10 @@ function system_schema() { * @defgroup updates-4.7.x-extra Extra system updates for 4.7.x * @{ */ + +function system_update_last_removed() { + return 179; +} function system_update_180() { $ret = array(); |