//// Merge -> revision 8290
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8295 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -26,9 +26,9 @@
|
||||
*/
|
||||
|
||||
require_once(SETTINGS_FILE);
|
||||
include_once(INSTALL_PATH.'/classes/GetVersionFromDb.php');
|
||||
require_once(INSTALL_PATH.'/classes/GetVersionFromDb.php');
|
||||
|
||||
include(INSTALL_PATH.'/classes/LanguagesManager.php');
|
||||
require_once(INSTALL_PATH.'/classes/LanguagesManager.php');
|
||||
$lm = new LanguageManager(INSTALL_PATH.'/langs/list.xml');
|
||||
$_LANG = array();
|
||||
$_LIST_WORDS = array();
|
||||
@@ -82,4 +82,4 @@ if ($psVersionDb && in_array($psVersionDb, $versions))
|
||||
else
|
||||
{
|
||||
die('<action result="ko" lang="' . htmlspecialchars(sprintf(lang('Warning, we detected that the version specified in your config/settings.inc.php does not match your SQL database structure.<br />File config/settings.inc.php indicates: %1$s<br />Our automatic detection tool has detected a version between %2$s and %3$s<br /><br />You should edit your config/settings.inc.php file to replace %1$s by your real shop version.<br />Failure to fix this issue before upgrading may result in severe complications.<br />Do not forget to relaunch the installer after this modification by pressing F5 on your web browser.'), '<span class="versionInfo">' . _PS_VERSION_ . '</span>', '<span class="versionInfo">' . $versions[count($versions) - 1] . '</span>', '<span class="versionInfo">' . $versions[0] . '</span>')) . '" />');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user