Commit 1a2a1c27 authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4580 (Mantis project not set correctly for pushed bug fixes for...

Fixed MANTIS-4580 (Mantis project not set correctly for pushed bug fixes for existing tracker issue)
parent 5e0677af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ function update_tracker_issue($tracker_id, $version = null, $tracker_severity =
    ";
    if ($tracker_project !== null) {
        $query .= "
            `project_id_id`='" . db_escape_string($tracker_project) . "',
            `project_id`='" . db_escape_string($tracker_project) . "',
        ";
    }
    if (true) {