log livre d or

This commit is contained in:
Nolwenn J 2017-11-14 10:24:02 +01:00
parent 9334efa83e
commit 058337cb57

View File

@ -12,7 +12,7 @@ class AdvSiteReviewsDefaultModuleFrontController extends ModuleFrontController
public function __construct()
{
$this->auth = true;
// $this->auth = true;
parent::__construct();
$this->context = Context::getContext();
}
@ -24,7 +24,6 @@ class AdvSiteReviewsDefaultModuleFrontController extends ModuleFrontController
{
parent::initContent();
$reviews = AdvSiteReview::getReviews();
if (!$reviews) {