summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-07-20 05:44:13 +0000
committerDries Buytaert <dries@buytaert.net>2007-07-20 05:44:13 +0000
commiteb65040c5e66dd50c0a5d496b686ae72e77143c6 (patch)
tree10760a4f85d2f688b4d9a4e8d4ed9e88804cca16 /modules
parenta47643cb091a363514f8589f548338ec40eadbc4 (diff)
downloadbrdo-eb65040c5e66dd50c0a5d496b686ae72e77143c6.tar.gz
brdo-eb65040c5e66dd50c0a5d496b686ae72e77143c6.tar.bz2
- Patch #149593 by yched: batch API fixes.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 59a13ee1d..0ebaaea51 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -2808,7 +2808,7 @@ function system_batch_page() {
if ($output === FALSE) {
drupal_access_denied();
}
- else {
+ elseif (isset($output)) {
// Force a page without blocks or messages to
// display a list of collected messages later.
print theme('page', $output, FALSE, FALSE);