summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-13 23:03:31 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-13 23:03:31 +0000
commit0c79ed846d2763ca0152bba3724e0175f3f3eb7a (patch)
tree9447521710fb94b8294430c87dd2a868784ae9aa /modules/system/system.module
parent4fd358ed735f77cdf876790d352f455c804d4806 (diff)
downloadbrdo-0c79ed846d2763ca0152bba3724e0175f3f3eb7a.tar.gz
brdo-0c79ed846d2763ca0152bba3724e0175f3f3eb7a.tar.bz2
#649224 by David_Rothstein and ksenzee: Fixed Cannot run certain batch processes (tests, update manager, etc) with the overlay enabled.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 58d135ffb..ba88f5678 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -3591,6 +3591,7 @@ function system_admin_paths() {
$paths = array(
'admin' => TRUE,
'admin/*' => TRUE,
+ 'batch' => TRUE,
);
return $paths;
}