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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user