1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-02 18:27:52 +02:00

e_model typo fix

This commit is contained in:
secretr 2010-12-13 16:00:18 +00:00
parent e34d294993
commit 20b834f968

View File

@ -177,10 +177,9 @@ class e_object
* Remove object data key
*
* @param string $key
* @param mixed $value
* @return e_object
*/
public function remove($key, $value)
public function remove($key)
{
unset($this->_data[$key]);
return $this;