From 86d778cd191ff28d86754b089e19982cbfe944ba Mon Sep 17 00:00:00 2001 From: e107steved Date: Wed, 21 Oct 2009 19:34:18 +0000 Subject: [PATCH] Missing method definition --- e107_handlers/model_class.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/e107_handlers/model_class.php b/e107_handlers/model_class.php index f4e5a3def..4c9c651f5 100644 --- a/e107_handlers/model_class.php +++ b/e107_handlers/model_class.php @@ -9,9 +9,9 @@ * e107 Base Model * * $Source: /cvs_backup/e107_0.8/e107_handlers/model_class.php,v $ - * $Revision: 1.14 $ - * $Date: 2009-10-21 11:57:15 $ - * $Author: secretr $ + * $Revision: 1.15 $ + * $Date: 2009-10-21 19:34:18 $ + * $Author: e107steved $ */ if (!defined('e107_INIT')) { exit; } @@ -1203,6 +1203,7 @@ class e_model_admin extends e_model } else //no db field types, use toDB() { + $tp = e107::getParser(); $data = $tp->toDB($data); } }