Passed
Push — snyk-fix-9e94d24dd01b192468eb8... ( 858b20 )
by Daniel
26:05
created
services/tree/builder.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
 	 */
78 78
 	public function update_item($item_id, array $sql_data)
79 79
 	{
80
-		$sql = "UPDATE {$this->table_name}
80
+		$sql = "update {$this->table_name}
81 81
 			SET " . $this->db->sql_build_array('UPDATE', $sql_data) . "
82 82
 			WHERE $this->column_item_id = " . (int) $item_id;
83 83
 		$this->db->sql_query($sql);
Please login to merge, or discard this patch.