diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-15 20:35:24 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-15 20:35:24 +0000 |
commit | bf4cd1b813c8b7abe66c32ac8384f2a4799ed2f4 (patch) | |
tree | 9adc3dee45035430524c16cc8196480364aaa806 /core/controllers/scaffold.php | |
parent | 6ac6c6a7e0824d8fda81e36240818f9b7e9c4696 (diff) |
Move profiling and debugging out of the scaffolding and into the
developer module.
Diffstat (limited to 'core/controllers/scaffold.php')
-rw-r--r-- | core/controllers/scaffold.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/controllers/scaffold.php b/core/controllers/scaffold.php index c8360b58..b89c27ce 100644 --- a/core/controllers/scaffold.php +++ b/core/controllers/scaffold.php @@ -365,12 +365,6 @@ class Scaffold_Controller extends Template_Controller { return $results; } - public function session($key) { - Session::instance()->set($key, $this->input->get("value", false)); - $this->auto_render = false; - url::redirect($_SERVER["HTTP_REFERER"]); - } - private function _get_config_errors() { $errors = array(); if (!file_exists(VARPATH)) { |