[-] 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:
tDidierjean
2012-04-19 12:20:47 +00:00
parent 1cb4c8a6bb
commit c0a6bfaf9c
3 changed files with 25 additions and 25 deletions
+2
View File
@@ -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;
}
/*