1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00
This commit is contained in:
Cameron
2017-03-28 17:34:01 -07:00
parent a2026244a3
commit 2b37a57348

View File

@@ -5425,13 +5425,13 @@ class e_admin_ui extends e_admin_controller_ui
$sql->update($this->table, $this->sortField . ' = '.$c.' WHERE '.$this->pid.' = '.intval($row[$this->pid]).' LIMIT 1');
}
*/
}
*/
$this->afterSort($result, $_POST);
// e107::getLog()->addDebug(print_r($_POST,true))->toFile('SortAjax','Admin-UI Ajax Sort Log', true);