1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 21:57:34 +02:00

Prevent method name conflict and some notice removal.

This commit is contained in:
CaMer0n
2009-11-06 00:02:12 +00:00
parent 18a4b9bfe9
commit 327d9c53f1
3 changed files with 35 additions and 8 deletions

View File

@@ -9,9 +9,9 @@
* e107 Base Model
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/model_class.php,v $
* $Revision: 1.32 $
* $Date: 2009-11-05 17:32:19 $
* $Author: secretr $
* $Revision: 1.33 $
* $Date: 2009-11-06 00:02:12 $
* $Author: e107coders $
*/
if (!defined('e107_INIT')) { exit; }
@@ -463,7 +463,7 @@ class e_model
return $this;
}
$this->${data_src} = $key;
$this->$data_src = $key;
return $this;
}