mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-27 04:10:30 +08:00
Do not unset class properties!
this will result in objects that do not have the property anymore :-)
This commit is contained in:
@@ -199,6 +199,6 @@ class Item extends Object
|
||||
public function save()
|
||||
{
|
||||
$this->manager->saveItem($this, $this->_oldName);
|
||||
unset($this->_oldName);
|
||||
$this->_oldName = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user