// Add a warning in welcome page for installer if use has already a previous version of PrestaShop installed #PSCFV-2161
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15817 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -354,6 +354,11 @@ abstract class InstallControllerHttp
|
||||
return $this->language->getInformation('support');
|
||||
}
|
||||
|
||||
public function getDocumentationUpgradeLink()
|
||||
{
|
||||
return $this->language->getInformation('documentation_upgrade', true);
|
||||
}
|
||||
|
||||
/**
|
||||
* Send AJAX response in JSON format {success: bool, message: string}
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user