? .svn
? admin_theme.custom_theme.patch
? translations
Index: admin_theme.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/admin_theme/admin_theme.module,v
retrieving revision 1.1.2.15
diff -u -p -b -r1.1.2.15 admin_theme.module
--- admin_theme.module	20 Jan 2009 19:43:45 -0000	1.1.2.15
+++ admin_theme.module	2 Jul 2009 18:39:28 -0000
@@ -137,7 +137,7 @@ function admin_theme_init() {
   // we should not show the admin theme if the user has no access or the path is in the disallow list
   if (!user_access('access admin theme') || $admin_theme_disallow) {
     global $custom_theme;
-    $custom_theme = '0';
+    unset($custom_theme);
     return;
   }
   
