Skip to content

Commit

Permalink
// New module version + fix bug copy ajax-upgradetab.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Mar 4, 2013
1 parent 1f68328 commit 9d7c774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoupgrade/autoupgrade.php
Expand Up @@ -47,6 +47,7 @@ public function __construct()

$this->displayName = $this->l('1-click Upgrade');
$this->description = $this->l('Provides an automated method to upgrade your shop to the latest PrestaShop version');
@copy(dirname(__FILE__).DIRECTORY_SEPARATOR.'ajax-upgradetab.php', $autoupgrade_dir.DIRECTORY_SEPARATOR.'ajax-upgradetab.php');
}

public function install()
Expand Down

0 comments on commit 9d7c774

Please sign in to comment.