diff --git a/interface/lib/classes/remoting.inc.php b/interface/lib/classes/remoting.inc.php index 90e1aa7a73cc379a57e9a3e2dded1eda07f55843..9b1e13ca21add4b9f10b5335e2eef88cc8c2ba59 100644 --- a/interface/lib/classes/remoting.inc.php +++ b/interface/lib/classes/remoting.inc.php @@ -2784,7 +2784,6 @@ class remoting { $this->oldDataRecord = $old_rec; $this->id = $primary_id; $this->dataRecord = $params; - $app->log('Executed updateQueryExecute, raising events now if any: ' . $event_identifier, LOGLEVEL_DEBUG); $app->db->query($sql); @@ -2794,6 +2793,7 @@ class remoting { } $affected_rows = $app->db->affectedRows(); + $app->log('Executed updateQueryExecute, raising events now if any: ' . $event_identifier, LOGLEVEL_DEBUG); if($event_identifier != '') $app->plugin->raiseEvent($event_identifier,$this);