diff --git globalredirect.install globalredirect.install
index 69ad73b..95ef366 100644
--- globalredirect.install
+++ globalredirect.install
@@ -27,6 +27,7 @@ function globalredirect_update_6101() {
   $ret = array();
 
   // Get the default settings
+  drupal_load('module', 'globalredirect');
   $defaults = _globalredirect_get_settings(TRUE);
 
   // Define a settings array based on the variables already set (or their defaults)
