From 933a035ef5df8d8497ddfaf01098b97379189d09 Mon Sep 17 00:00:00 2001
From: Pol Dell'Aiera <Pol@47194.no-reply.drupal.org>
Date: Fri, 18 Nov 2011 00:22:02 +0100
Subject: [PATCH 39/39] Add strongarm.module in the function to avoid error when updating.

---
 strongarm.install |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/strongarm.install b/strongarm.install
index cf9d4f0..75c1ca7 100644
--- a/strongarm.install
+++ b/strongarm.install
@@ -21,6 +21,7 @@ function strongarm_enable() {
  * Transition Strongarm variables from code to the database.
  */
 function strongarm_update_7201() {
+  module_load_include('module', 'strongarm', 'strongarm');
   $variables = strongarm_vars_load(TRUE, TRUE);
   if (!empty($variables)) {
     foreach ($variables as $var_name => $var) {
-- 
1.7.3.4

