From 2bc13859b72ceb8400d37adbba52b8404995bf03 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 24 Oct 2006 23:16:17 +0000 Subject: --- system/libraries/Model.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/libraries/Model.php') diff --git a/system/libraries/Model.php b/system/libraries/Model.php index dfb48a5d0..2fe93dd00 100644 --- a/system/libraries/Model.php +++ b/system/libraries/Model.php @@ -37,6 +37,7 @@ class Model { { // If the magic __get() method is used in a Model references can't be used. $this->_assign_libraries( (method_exists($this, '__get')) ? FALSE : TRUE ); + //$this->_assign_libraries( (method_exists($this, '__get') OR method_exists('__set')) ? FALSE : TRUE ); // We don't want to assign the model object to itself when using the // assign_libraries function below so we'll grab the name of the model parent -- cgit v1.2.3-24-g4f1b