Completed
Push — master ( 25342a...843744 )
by Nazar
04:25
created
core/engines/DB/PostgreSQL.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
 							0,
93 93
 							strpos($table_name, '"')
94 94
 						);
95
-						$update     = preg_replace_callback(
95
+						$update = preg_replace_callback(
96 96
 							'/"([^"]+)"/',
97 97
 							function ($matches) {
98 98
 								return "\"$matches[1]\" = EXCLUDED.\"$matches[1]\"";
Please login to merge, or discard this patch.