[-] BO : fix #PSTEST-1176 - Modules positions drag and drop - ajax process is broken, page JS too

This commit is contained in:
tDidierjean
2012-04-19 12:20:47 +00:00
parent 92464e3546
commit 69bd98928e
3 changed files with 25 additions and 25 deletions

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;
}
/*