From d8de26ea04a83d5d138e8771c69ae790b4cc6a78 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Sun, 22 Jul 2007 18:24:25 +0000 Subject: --- system/codeigniter/CodeIgniter.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/codeigniter') diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php index 54f37c922..00032fa02 100644 --- a/system/codeigniter/CodeIgniter.php +++ b/system/codeigniter/CodeIgniter.php @@ -186,6 +186,8 @@ $assign_to_controller = ( ! isset($assign_to_controller)) ? NULL : $assign_to_co $CI = new $class($assign_to_controller); +unset($assign_to_controller); + // Is this a scaffolding request? if ($RTR->scaffolding_request === TRUE) { -- cgit v1.2.3-24-g4f1b