MTrackWeb/Ticket.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 24 Mar 2011 11:40:09 +0000 (19:40 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 24 Mar 2011 11:40:09 +0000 (19:40 +0800)
MTrackWeb/Ticket.php

index 5678d5c..5de9e28 100644 (file)
@@ -68,8 +68,7 @@ class MTrackWeb_Ticket extends MTrackWeb
             return HTML_FlexyFramework::run('Noperm');
         }
         
-        // new is always editable..????
-        $this->editable = !$this->hasPerm('MTrack.Issue','E') 
+         $this->editable = !$this->hasPerm('MTrack.Issue','E') ;
          
         $this->issue->milestoneURL = $this->baseURL.'/Milestone'; // fix me later..