php8
[web.mtrack] / MTrackWeb / Watch.php
index c586ecb..329e627 100644 (file)
@@ -29,6 +29,7 @@ class MTrackWeb_Watch extends MTrackWeb
         // watcher list
         // who is currently watching
         if (!$this->authUser) {
+            $this->jerr("not authenticated");
             return ''; // no subscriptin data available to public..
         }
         
@@ -109,6 +110,7 @@ class MTrackWeb_Watch extends MTrackWeb
     {
         
         if (!$this->authUser) {
+            $this->jerr("not authenticated");
             return ''; // no subscriptin data available to public..
         }