960bc6e230c219b04ffe22a44664540a5cc3ab8b

Author: AD7six

Date: 2009-04-15 22:19:27 +0200

adding empty settings for the cookie component

diff --git a/plugins/users/controllers/components/bakery.php b/plugins/users/controllers/components/bakery.php index 4081ec0..8e35387 100644 --- a/plugins/users/controllers/components/bakery.php +++ b/plugins/users/controllers/components/bakery.php @@ -81,7 +81,7 @@ class BakeryComponent extends Object { * @access protected */ function _cookieAuth(&$controller) { - $this->Cookie->initialize($controller); + $this->Cookie->initialize($controller, array()); $cookie = $this->Cookie->read('User'); if (!empty($cookie['id']) && !empty($cookie['token'])) {