diff options
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 51e75d9c1..377c9711e 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -975,6 +975,7 @@ function drupal_maintenance_theme() { foreach ($themes as $hook => $info) { if (!isset($info['file']) && !isset($info['function'])) { $themes[$hook]['function'] = 'theme_'. $hook; + $themes[$hook]['theme path'] = 'misc'; } } _theme_set_registry($themes); |