Uncommited changes synced
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:51:35 +0000 (13:51 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:51:35 +0000 (13:51 +0800)
DataObjects/Mtrack_ticket.php
View.php

index 6aad653..0d8d09f 100644 (file)
@@ -262,7 +262,7 @@ class Pman_MTrack_DataObjects_Mtrack_ticket extends DB_DataObject
                     $this->whereAdd("join_status_id.name IN ('in progress' )");
                     break;
                     
-                case 'all':
+                case 'all': 
                     $this->whereAdd("1=1");
                     break;
                 
index 55b8eea..9f7e113 100644 (file)
--- a/View.php
+++ b/View.php
@@ -8,7 +8,7 @@ class Pman_MTrack_View extends Pman
     function getAuth()
     {
         if (!$this->getAuthUser()) {
-            $this->jerr("invalid url");
+            $this->jerr("invalid url (no auth)");
         }
     }
     function get($id = '', $opts=array())