From 0c79ed846d2763ca0152bba3724e0175f3f3eb7a Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 13 Jan 2010 23:03:31 +0000 Subject: #649224 by David_Rothstein and ksenzee: Fixed Cannot run certain batch processes (tests, update manager, etc) with the overlay enabled. --- modules/system/system.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/system/system.module') 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; } -- cgit v1.2.3