diff --git a/core/includes/theme.inc b/core/includes/theme.inc index dac8591..3864748 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -2317,11 +2317,13 @@ function drupal_common_theme() { 'authorize_message' => array( 'variables' => array('message' => NULL, 'success' => TRUE), 'function' => 'theme_authorize_message', + 'path' => 'core/includes', 'file' => 'theme.maintenance.inc', ), 'authorize_report' => array( 'variables' => array('messages' => array()), 'function' => 'theme_authorize_report', + 'path' => 'core/includes', 'file' => 'theme.maintenance.inc', ), // From pager.inc.