comment on cookie handling

This commit is contained in:
following
2013-07-10 14:24:12 +02:00
parent 2dfd9af7bd
commit d29dec304d
+3
View File
@@ -116,6 +116,9 @@ class cookie
}
else
{
// Store cookie value in internal array. OcSmarty will call this->header()
// to actually set the cookie.
if (!isset($this->values[$name]) || $this->values[$name] != $value)
{
if ($value == $default)