Skip to content

Commit

Permalink
Update cookie.php
Browse files Browse the repository at this point in the history
  • Loading branch information
klas committed Oct 13, 2015
1 parent 1bbff3b commit 45ef9af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/joomla/input/cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public function __construct(array $source = null, array $options = array())
*/
public function set($name, $value, $expire = 0, $path = '', $domain = '', $secure = false, $httpOnly = false)
{

if (is_array($value))
{
foreach ($value as $key => $val)
Expand Down

0 comments on commit 45ef9af

Please sign in to comment.