// small fix

This commit is contained in:
vAugagneur
2012-11-14 14:54:17 +00:00
parent 3166887d0e
commit abbbdae2b4
2 changed files with 2 additions and 2 deletions
@@ -46,6 +46,8 @@ class ParentOrderControllerCore extends FrontController
*/
public function init()
{
$this->isLogged = (bool)($this->context->customer->id && Customer::customerIdExistsStatic((int)$this->context->cookie->id_customer));
parent::init();
/* Disable some cache related bugs on the cart/order */