diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-13 23:03:31 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-13 23:03:31 +0000 |
commit | 0c79ed846d2763ca0152bba3724e0175f3f3eb7a (patch) | |
tree | 9447521710fb94b8294430c87dd2a868784ae9aa /modules/system/system.module | |
parent | 4fd358ed735f77cdf876790d352f455c804d4806 (diff) | |
download | brdo-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.module | 1 |
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; } |