X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=inc%2Fclasses%2Fmain%2Fauth%2Fclass_CookieAuth.php;h=0d8ed6bf75c30dfea5806b35dbcffa9b52802af7;hb=84e2207412d3c6ea9f940a83b2cdd4503509808a;hp=e302ccb23d6bd61935ac91aa79fe481c22628011;hpb=0d566e56ff27dcbf25a90d513950bbf26fe71422;p=core.git diff --git a/inc/classes/main/auth/class_CookieAuth.php b/inc/classes/main/auth/class_CookieAuth.php index e302ccb2..0d8ed6bf 100644 --- a/inc/classes/main/auth/class_CookieAuth.php +++ b/inc/classes/main/auth/class_CookieAuth.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -66,7 +66,7 @@ class CookieAuth extends BaseFrameworkSystem implements Authorizeable, Registera * @return void */ public function setPasswordAuth ($passHash) { - $this->getResponseInstance()->addCookie('u_hash', $passHash, true); + $this->getResponseInstance()->addCookie('u_hash', $passHash); } /**