mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Missing method definition
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user