mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
e_model typo fix
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user