Fix typo in a comment

This commit is contained in:
Vincent Dumas
2019-09-30 17:05:43 +02:00
committed by GitHub
parent 7f9024465f
commit 56f0e95a22

View File

@@ -127,7 +127,7 @@ $aOperations = array(
// Rewrite the full CaseLog on an existing UserRequest with id=1, setting date and user (optional)
array(
'operation' => 'core/update',
'comment' => 'Synchronization from ServiceFirst', // comment recorded in the change tracking log
'comment' => 'Synchronization from Client A', // comment recorded in the change tracking log
'class' => 'UserRequest',
'key' => 'SELECT UserRequest WHERE id=1',
'output_fields' => 'id, friendlyname, title',
@@ -317,4 +317,4 @@ foreach ($aOperations as $iOp => $aOperation)
}
}
?>
?>