Removed redundant code in detachBehaviors()
After ensureBehaviors() call $this->_behaviors is an array already.
And since detachBehavior() unsets elements in $this->_behaviors, $this->_behaviors turns out to be an empty array after all iterations.
Showing
Please
register
or
sign in
to comment