From 2b37a57348aa3cc032d64c84a76b4dc555f982a0 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 28 Mar 2017 17:34:01 -0700 Subject: [PATCH] typo fix --- e107_handlers/admin_ui.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_handlers/admin_ui.php b/e107_handlers/admin_ui.php index 0e8fd6ec6..70144a08e 100644 --- a/e107_handlers/admin_ui.php +++ b/e107_handlers/admin_ui.php @@ -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);