// Add a warning in welcome page for installer if use has already a previous version of PrestaShop installed #PSCFV-2161

This commit is contained in:
rMalie
2012-06-04 09:45:52 +00:00
parent c93d0896ce
commit 41f03792d6
4 changed files with 22 additions and 1 deletions

View File

@@ -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}
*