// fix upgrade problems #PSCFV-2457 #PSCFV-2462 #PSCFV-1225
// (also reverted upgrade modifications from rev. 14682 15127 15129 15134 15165) git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15465 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -252,7 +252,7 @@ if (empty($fail_result))
|
||||
if (!file_exists($file))
|
||||
{
|
||||
$logger->logError('Error while loading sql upgrade file.');
|
||||
$fail_result .= '<action result="fail" error="33" />'."\n";
|
||||
$fail_result .= '<action result="fail" error="33" sqlfile="'.$version.'" />'."\n";
|
||||
}
|
||||
if (!$sqlContent = file_get_contents($file))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user