JavascriptError.php
authorAlan Knowles <alan@roojs.com>
Wed, 9 Mar 2016 07:26:18 +0000 (15:26 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Mar 2016 07:26:18 +0000 (15:26 +0800)
JavascriptError.php

index d7aa56e..ced68bd 100644 (file)
@@ -13,10 +13,10 @@ class Pman_Core_JavascriptError extends Pman {
        
         if (!$au) {
             
-            $this->jerr("Not authenticated", array('authFailure' => true));
+            die("authenticated Users only");
         }
         if (!$au->pid()   ) { // not set up yet..
-            $this->jerr("Not authenticated", array('authFailure' => true));
+            die("authenticated Users only");
         }