MTrackWeb/Ticket.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 Mar 2011 09:53:49 +0000 (17:53 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 Mar 2011 09:53:49 +0000 (17:53 +0800)
MTrackWeb/Ticket.php

index a157341..9e08ea6 100644 (file)
@@ -43,7 +43,7 @@ class MTrackWeb_Ticket extends MTrackWeb
    {
      
         // -- load issue.. we should share this code with ticketedit really..
-
+        DB_DAtaObject::debugLevel(1);
         $this->issue = DB_DataObject::factory('mtrack_ticket');
         $this->issue->autoJoin();
         if (!$this->id ||  !$this->issue->get($this->id)) {