From f8d95f28cf7d0023aa64e559ce62bd4f5244f11f Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 17 Jan 2009 06:00:47 +0000 Subject: Change the scaffolding packaging to set auot-render to false so the entire screen is not returned --- core/controllers/welcome.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/controllers') 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); -- cgit v1.2.3