[-] BO : fix #PSTEST-1176 - Modules positions drag and drop - ajax process is broken, page JS too
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14764 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1309,6 +1309,7 @@ abstract class ModuleCore
|
||||
}
|
||||
if (!isset($k) || !isset($res[$k]) || !isset($res[$k + 1]))
|
||||
return false;
|
||||
|
||||
$from = $res[$k];
|
||||
$to = $res[$k + 1];
|
||||
|
||||
@@ -1329,6 +1330,7 @@ abstract class ModuleCore
|
||||
if (!Db::getInstance()->execute($sql))
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user