using unset also in the magic method

This commit is contained in:
Nicola Mustone 2015-09-16 11:34:22 +02:00
parent 6bc17c65c8
commit 7d6bf488c9
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ abstract class WC_Session {
* @param mixed $key
*/
public function __unset( $key ) {
$this->delete( $key );
$this->unset( $key );
}
/**