[-] FO : Prevent unsassigned category id, thans @PrestaCaptainFLAM

This commit is contained in:
gRoussac
2013-07-20 19:07:10 +02:00
parent 1581a371c5
commit 3483706951
+1 -1
View File
@@ -158,7 +158,7 @@ class ProductControllerCore extends FrontController
$this->category = new Category($regs[5], (int)$this->context->cookie->id_lang);
}
}
else
if ( ! isset($this->category))
// Set default product category
$this->category = new Category($this->product->id_category_default, (int)$this->context->cookie->id_lang);
}