diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-17 06:00:47 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-17 06:00:47 +0000 |
commit | f8d95f28cf7d0023aa64e559ce62bd4f5244f11f (patch) | |
tree | f3b48f0eb6aa5738f482a8e5fc4037784220cd44 /core | |
parent | 58402f6fbfebd153bcbd6b67a8875141443d93d8 (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.php | 1 |
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); |