From eb567c702cda744b53be22206c55a960a36cb678 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 6 Sep 2006 02:48:47 +0000 Subject: --- system/codeigniter/CodeIgniter.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'system/codeigniter') diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php index 5c3d19b76..e09bf3deb 100644 --- a/system/codeigniter/CodeIgniter.php +++ b/system/codeigniter/CodeIgniter.php @@ -188,6 +188,16 @@ if ($RTR->scaffolding_request === TRUE) } else { + /* + * ------------------------------------------------------ + * Is there a "post_controller_constructor" hook? + * ------------------------------------------------------ + */ + if ($EXT->_hook_exists('post_controller_constructor')) + { + $EXT->_call_hook('post_controller_constructor'); + } + if ($method == $class) { $method = 'index'; -- cgit v1.2.3-24-g4f1b