Test Failed
Branch issuebag (9ff767)
by Andreas
18:51
created
server/includes/modules/class.contactitemmodule.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
 	 * @param array  $action        the action data, sent by the client
105 105
 	 */
106 106
 	public function save($store, $parententryid, $entryid, $action) {
107
-		$properiesToDelete = [];		// create an array of properties which should be deleted
107
+		$properiesToDelete = []; // create an array of properties which should be deleted
108 108
 		// this array is passed to $GLOBALS['operations']->saveMessage() function
109 109
 
110 110
 		if (!$store && !$parententryid) {
@@ -445,7 +445,7 @@  discard block
 block discarded – undo
445 445
 
446 446
 		// UTC time
447 447
 		$startDateUTC = $actionProps[$type];
448
-		$dueDateUTC = $actionProps[$type] + (24 * 60 * 60);	// ONE DAY is added to set duedate of item.
448
+		$dueDateUTC = $actionProps[$type] + (24 * 60 * 60); // ONE DAY is added to set duedate of item.
449 449
 
450 450
 		// get local time from UTC time
451 451
 		$recur = new Recurrence($store, []);
Please login to merge, or discard this patch.