From 4a968a331bb2822277b0bb9fd7734c7725a309d0 Mon Sep 17 00:00:00 2001 From: Marton Kiss Date: Wed, 12 Oct 2016 19:33:20 +0200 Subject: [PATCH] Add registry_rebuild module This module helps to rebuild the system table and fix the registered path of moved modules. Change-Id: Ia20835ed90cf1e3d0f724e8b5c1a2bbbf6686ef9 --- drupal-org.make | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drupal-org.make b/drupal-org.make index add46fb..5c1d594 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -122,6 +122,10 @@ projects[potx][version] = 3.x-dev projects[potx][type] = "module" projects[potx][subdir] = "contrib" +projects[registry_rebuild][version] = 2.4 +projects[registry_rebuild][type] = "module" +projects[registry_rebuild][subdir] = "contrib" + projects[tzfield][version] = "1.1" projects[tzfield][type] = "module" projects[tzfield][subdir] = "contrib"