From 926b6fa30ee269962acaf29d40328078a175a390 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 6 Mar 2008 15:25:32 +0000 Subject: Fixed #799. --- framework/Data/ActiveRecord/TActiveRecord.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Data/ActiveRecord/TActiveRecord.php') diff --git a/framework/Data/ActiveRecord/TActiveRecord.php b/framework/Data/ActiveRecord/TActiveRecord.php index 2bdba2d1..ba1bcc29 100644 --- a/framework/Data/ActiveRecord/TActiveRecord.php +++ b/framework/Data/ActiveRecord/TActiveRecord.php @@ -187,9 +187,9 @@ abstract class TActiveRecord extends TComponent } /** - * Prevent __call() method creating __wake() when unserializing. + * Prevent __call() method creating __wakeup() when unserializing. */ - public function __wake() + public function __wakeup() { $this->setupColumnMapping(); $this->setupRelations(); -- cgit v1.2.3