Passed
Push — develop ( 45f12e...b1a34a )
by Daniel
03:14
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.