summaryrefslogtreecommitdiff
path: root/core/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'core/controllers')
-rw-r--r--core/controllers/welcome.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/controllers/welcome.php b/core/controllers/welcome.php
index 28981c74..5d5dc53c 100644
--- a/core/controllers/welcome.php
+++ b/core/controllers/welcome.php
@@ -484,6 +484,7 @@ class Welcome_Controller extends Template_Controller {
}
public function package() {
+ $this->auto_render = false;
try {
$tables = array("sessions"); // The sessions table doesn't have a module so include it
$modules = array_fill_keys($_POST["include"], 1);