summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-01-17 06:00:47 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-01-17 06:00:47 +0000
commitf8d95f28cf7d0023aa64e559ce62bd4f5244f11f (patch)
treef3b48f0eb6aa5738f482a8e5fc4037784220cd44 /core
parent58402f6fbfebd153bcbd6b67a8875141443d93d8 (diff)
Change the scaffolding packaging to set auot-render to false so the
entire screen is not returned
Diffstat (limited to 'core')
-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);