Skip to content

Commit

Permalink
fix: remove missing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
VivienCormier committed Oct 3, 2022
1 parent 4aecf79 commit 88aeea4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion bienoubien.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function __construct()
{
$this->name = 'bienoubien';
$this->tab = 'merchandizing';
$this->version = '1.0.0';
$this->version = '1.0.4';
$this->author = 'Binshops';
$this->need_instance = 0;

Expand Down
2 changes: 0 additions & 2 deletions controllers/front/categoryproducts.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ protected function processGetRequest()
),
'label' => $variables['label'],
'products' => $new_product_list,
'sort_orders' => $variables['sort_orders'],
'sort_selected' => $variables['sort_selected'],
'pagination' => $variables['pagination'],
];

Expand Down

0 comments on commit 88aeea4

Please sign in to comment.