MTrackWeb/LinkHandler.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 24 Mar 2011 07:48:12 +0000 (15:48 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 24 Mar 2011 07:48:12 +0000 (15:48 +0800)
MTrackWeb/LinkHandler.php

index bd6ab23..d5d7a77 100644 (file)
@@ -71,11 +71,9 @@ class MTrackWeb_LinkHandler implements MTrack_Interface_WikiLinkHandler
         if ($tkt->status == 'closed') {
             $html .= ' completed';
         }
-        if (!empty($tkt->nsident)) {
-            $ident = $tkt->nsident;
-        } else {
-            $ident = $tkt->id;
-        }
+        
+       $ident = $tkt->id;
+         
         if (isset($extras['#'])) {
             $anchor = '#' . $extras['#'];
         } else {