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:
parent
e34d294993
commit
20b834f968
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user