Completed
Branch newinternal (526082)
by Simon
04:16
created
includes/DataObjects/Request.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -414,7 +414,7 @@
 block discarded – undo
414 414
 			. '|' . $this->forwardedip  // } private data not known to those without access
415 415
 			. '|' . $this->useragent    // }
416 416
 			. '|' . $this->email        // }
417
-			. '|' . $this->status;      // to rudimentarily invalidate the token on status change
417
+			. '|' . $this->status; // to rudimentarily invalidate the token on status change
418 418
 
419 419
 		return hash('sha256', $data);
420 420
 	}
Please login to merge, or discard this patch.