MTrackWeb/Cron/Notify.php
authorAlan Knowles <alan@akkbhome.com>
Sun, 12 Jun 2011 15:13:12 +0000 (23:13 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sun, 12 Jun 2011 15:13:12 +0000 (23:13 +0800)
MTrackWeb/Cron/Notify.php

index 826ad0d..6afb06b 100644 (file)
@@ -131,7 +131,7 @@ class MTrackWeb_Cron_Notify extends MTrackWeb
         }
         $fromname = '"'. addslashes($project->toEventString()). '"';
         if (count($changers) == 1) {
-            $fromname = '"'. addslashes($changers[0])). '"';
+            $fromname = '"'. addslashes($changers[0]) '"';
         }
         
         $p = $ticket->project();