From a38d9f6468d832ae2c06dddc0cd1e508655f4df0 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Thu, 12 Apr 2012 12:15:26 +0000 Subject: [PATCH] [-] MO : sendtoafriend : fix #PSFV-764 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14600 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/sendtoafriend/sendtoafriend.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/sendtoafriend/sendtoafriend.php b/modules/sendtoafriend/sendtoafriend.php index 2a893ecf8..1043cd145 100644 --- a/modules/sendtoafriend/sendtoafriend.php +++ b/modules/sendtoafriend/sendtoafriend.php @@ -43,9 +43,6 @@ class sendToAFriend extends Module $this->need_instance = 0; $this->secure_key = Tools::encrypt($this->name); - // Get the context for the module - $this->context = Context::getContext(); - parent::__construct(); if (!$dontTranslate)