X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman%2FRoo.php;h=cc11188189cf1956f1016db3dd627a109446ba4e;hb=8b7c3f96125e0de8e3676a2b90140b9e8fab948a;hp=7de861203dd10d7f063141b93e2b58a9600188d4;hpb=ab88c4db88b0f477ad2a218b1067322d75ded54d;p=Pman.Base diff --git a/Pman/Roo.php b/Pman/Roo.php index 7de8612..cc11188 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -67,10 +67,10 @@ class Pman_Roo extends Pman $au = $this->getAuthUser(); if (!$au) { - $this->jerr("Not authenticated", array('authFailure' => true)); + $this->jerror("LOGIN-NOAUTH", "Not authenticated", array('authFailure' => true)); } if (!$au->pid() ) { // not set up yet.. - $this->jerr("Not authenticated", array('authFailure' => true)); + $this->jerror("LOGIN-NOAUTH", "Not authenticated", array('authFailure' => true)); }