MTrackWeb/Cron/Notify.php
authorAlan Knowles <alan@akbkhome.com>
Sun, 27 Mar 2011 05:20:56 +0000 (13:20 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 27 Mar 2011 05:20:56 +0000 (13:20 +0800)
MTrackWeb/Cron/Notify.php

index 9519923..739d7dd 100644 (file)
@@ -196,7 +196,7 @@ class MTrackWeb_Cron_Notify extends MTrackWeb
         $body = 
             sprintf("%s%s/Ticket.php/%s\n\n", $this->HTTP_HOST, $this->baseURL, $ticket->id) .
             sprintf("#%s: %s (%s %s)\n", $ticket->id, $ticket->summary, $ticket->status_name, $ticket->classification_id_name) .
-            sprintf("Responsible: %s (%s / %s)\n", $owner, $ticket->priority, $ticket->severity) .
+            sprintf("Responsible: %s (%s / %s)\n", $owner, $ticket->priority_id_name, $ticket->severity_id_name) .
     
             //sprintf("Milestone: %s\n", join(', ', $T->getMilestones()));
             //sprintf("Component: %s\n", join(', ', $T->getComponents()));