Skip to content

Commit 753da50

Browse files
author
mcramer
committed
Moved debug log line to appropriate position
1 parent 28ade6a commit 753da50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/remoting.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2784,7 +2784,6 @@ protected function updateQueryExecute($sql, $primary_id, $params, $event_identif
27842784
$this->oldDataRecord = $old_rec;
27852785
$this->id = $primary_id;
27862786
$this->dataRecord = $params;
2787-
$app->log('Executed updateQueryExecute, raising events now if any: ' . $event_identifier, LOGLEVEL_DEBUG);
27882787

27892788
$app->db->query($sql);
27902789

@@ -2794,6 +2793,7 @@ protected function updateQueryExecute($sql, $primary_id, $params, $event_identif
27942793
}
27952794

27962795
$affected_rows = $app->db->affectedRows();
2796+
$app->log('Executed updateQueryExecute, raising events now if any: ' . $event_identifier, LOGLEVEL_DEBUG);
27972797

27982798
if($event_identifier != '') $app->plugin->raiseEvent($event_identifier,$this);
27992799

0 commit comments

Comments
 (0)