Skip to content

Commit

Permalink
Fixed Issue with Powerstep page
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperKN committed Oct 23, 2019
1 parent 526676e commit c1b49ec
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clerk.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function __construct()
$this->api = new Clerk_Api();
$this->name = 'clerk';
$this->tab = 'advertising_marketing';
$this->version = '5.1.0';
$this->version = '5.1.2';
$this->author = 'Clerk';
$this->need_instance = 0;
$this->ps_versions_compliancy = array('min' => '1.5', 'max' => _PS_VERSION_);
Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>clerk</name>
<displayName><![CDATA[Clerk]]></displayName>
<version><![CDATA[5.1.0]]></version>
<version><![CDATA[5.1.2]]></version>
<description><![CDATA[Clerk.io Turns More Browsers Into Buyers]]></description>
<author><![CDATA[Clerk]]></author>
<tab><![CDATA[advertising_marketing]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion config_da.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>clerk</name>
<displayName><![CDATA[Clerk]]></displayName>
<version><![CDATA[5.1.0]]></version>
<version><![CDATA[5.1.2]]></version>
<description><![CDATA[Clerk.io Turns More Browsers Into Buyers]]></description>
<author><![CDATA[Clerk]]></author>
<tab><![CDATA[advertising_marketing]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion config_de.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>clerk</name>
<displayName><![CDATA[Clerk]]></displayName>
<version><![CDATA[5.1.0]]></version>
<version><![CDATA[5.1.2]]></version>
<description><![CDATA[Clerk.io Turns More Browsers Into Buyers]]></description>
<author><![CDATA[Clerk]]></author>
<tab><![CDATA[advertising_marketing]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion config_fr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>clerk</name>
<displayName><![CDATA[Clerk]]></displayName>
<version><![CDATA[5.1.0]]></version>
<version><![CDATA[5.1.2]]></version>
<description><![CDATA[Clerk.io Turns More Browsers Into Buyers]]></description>
<author><![CDATA[Clerk]]></author>
<tab><![CDATA[advertising_marketing]]></tab>
Expand Down
2 changes: 2 additions & 0 deletions controllers/front/added.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public function __construct()
{
require_once (_PS_MODULE_DIR_. 'clerk/controllers/admin/ClerkLogger.php');
$this->logger = new ClerkLogger();
parent::__construct();
}

/**
Expand All @@ -47,6 +48,7 @@ public function __construct()
*/
public function initContent()
{

parent::initContent();

if ($id_product = (int)Tools::getValue('id_product')) {
Expand Down

0 comments on commit c1b49ec

Please sign in to comment.