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

index 640ce40..1858398 100644 (file)
@@ -39,7 +39,7 @@ class MTrackWeb_Ticket extends MTrackWeb
         // -- load issue..
 
         $this->issue = DB_DataObject::factory('mtrack_ticket');
-
+        $this->issue->authJoin();
         if (!$this->id ||  !$this->issue->get($this->id)) {
             $this->jerr("no such ticket");
         }