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

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