X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=RefreshDatabaseCache.php;h=2994e1bfeaa552f33dc4fce4376a938cc7f15895;hp=1a9452b0d1772894cd097c49e6ebf30abcb929d6;hb=HEAD;hpb=7419152c207cb3cf102b5edb8b032188c9b06587 diff --git a/RefreshDatabaseCache.php b/RefreshDatabaseCache.php index 1a9452b0..d574edd0 100644 --- a/RefreshDatabaseCache.php +++ b/RefreshDatabaseCache.php @@ -29,7 +29,7 @@ class Pman_Core_RefreshDatabaseCache extends Pman parent::getAuth(); // load company! $au = $this->getAuthUser(); if (!$au || $au->company()->comptype != 'OWNER') { - $this->jerr("Not authenticated", array('authFailure' => true)); + $this->jerror("LOGIN-NOAUTH", "Not authenticated", array('authFailure' => true)); } $this->authUser = $au; return true; @@ -39,9 +39,6 @@ class Pman_Core_RefreshDatabaseCache extends Pman function get($args, $opts=array()) { - //print_r($opts);exit; - - // technically it would be good to trash the cached ini files here.. // however we can not really do that, as the ownships are off.. //we can however regen our own files..