diff --git a/autoupgrade/autoupgrade.php b/autoupgrade/autoupgrade.php index 2231fe9af..bfbf0a007 100644 --- a/autoupgrade/autoupgrade.php +++ b/autoupgrade/autoupgrade.php @@ -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()