// MERGE with 1.4 r7770
This commit is contained in:
+1
-1
@@ -339,7 +339,7 @@ class CookieCore
|
||||
public function unsetFamily($origin)
|
||||
{
|
||||
$family = $this->getFamily($origin);
|
||||
foreach ($family AS $member => $value)
|
||||
foreach (array_keys($family) AS $member)
|
||||
unset($this->$member);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user