diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-02 15:57:33 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-02 15:57:33 +0000 |
commit | 032fe0a66d97469609f5fe7cc6be242765042a63 (patch) | |
tree | e4c3fb97ff1319a39b6086f29673d357f3f0fcfe /modules/system/system.admin.inc | |
parent | 4363c22b0398472b62a87f9f5c2b7ed88a393a77 (diff) | |
download | brdo-032fe0a66d97469609f5fe7cc6be242765042a63.tar.gz brdo-032fe0a66d97469609f5fe7cc6be242765042a63.tar.bz2 |
#539022 follow-up by David_Rothstein: Batch API should use the current theme to run the batches.
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r-- | modules/system/system.admin.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index aa1d2e9d1..7e672950f 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -2054,10 +2054,6 @@ function system_batch_page() { require_once DRUPAL_ROOT . '/includes/batch.inc'; $output = _batch_page(); - // Use the same theme that the page that started the batch. - $batch = &batch_get(); - $GLOBALS['custom_theme'] = $batch['theme']; - if ($output === FALSE) { drupal_access_denied(); } |