Skip to content

Commit

Permalink
Update blocksupplier.php
Browse files Browse the repository at this point in the history
  • Loading branch information
firstred authored Feb 5, 2017
1 parent d98d8f0 commit 8903d07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blocksupplier.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* International Registered Trademark & Property of PrestaShop SA
*/

if (!defined('_PS_VERSION_'))
if (!defined('_TB_VERSION_'))
exit;

class BlockSupplier extends Module
Expand All @@ -33,8 +33,8 @@ function __construct()
{
$this->name = 'blocksupplier';
$this->tab = 'front_office_features';
$this->version = '1.2.1';
$this->author = 'PrestaShop';
$this->version = '2.0.0';
$this->author = 'thirty bees';
$this->need_instance = 0;

$this->bootstrap = true;
Expand Down

0 comments on commit 8903d07

Please sign in to comment.