1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +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 * Remove object data key
* *
* @param string $key * @param string $key
* @param mixed $value
* @return e_object * @return e_object
*/ */
public function remove($key, $value) public function remove($key)
{ {
unset($this->_data[$key]); unset($this->_data[$key]);
return $this; return $this;