Index: region_manager.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/region_manager/region_manager.module,v
retrieving revision 1.1.2.13
diff -u -p -r1.1.2.13 region_manager.module
--- region_manager.module	4 Jul 2009 00:15:25 -0000	1.1.2.13
+++ region_manager.module	21 Aug 2009 22:47:49 -0000
@@ -59,7 +59,9 @@ function region_manager_init() {
   if (user_access('manage regions')) {
     global $theme_key;
 
-    init_theme();
+    if (!isset($theme_key)) {
+      init_theme();
+    }
 
     // Add css and js.
     $path = drupal_get_path('module', 'region_manager');
@@ -624,4 +626,4 @@ function _region_manager_path_name($path
   $alias = ($path == $frontpage) ? t('home page') : drupal_get_path_alias($path);
 
   return $alias;
-}
\ No newline at end of file
+}
