Skip to content

Commit

Permalink
Merge branch 'KarimGeiger-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Sep 9, 2014
2 parents cbc8d07 + d9bd46c commit 2081577
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions whups/lib/Api.php
Expand Up @@ -246,6 +246,9 @@ public function updateTicket($ticket_id, $ticket_info)
if (!empty($info['newcomment'])) {
$ticket->change('comment', $info['newcomment']);
}
if (!empty($info['due'])) {
$ticket->change('due', $info['due']);
}

// Update attributes.
$whups_driver->setAttributes($info, $ticket);
Expand Down

0 comments on commit 2081577

Please sign in to comment.