Pman/Roo.php
authorAlan Knowles <alan@roojs.com>
Mon, 15 Oct 2018 06:31:06 +0000 (14:31 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 15 Oct 2018 06:31:06 +0000 (14:31 +0800)
Pman/Roo.php

index 135c47b..cfa433c 100644 (file)
@@ -64,7 +64,7 @@ class Pman_Roo extends Pman
         if (!$au) {  
             $this->jerr("Not authenticated", array('authFailure' => true));
         }
-         if (!$au->pid()   ) { // not set up yet..
+        if (!$au->pid()   ) { // not set up yet..
             $this->jerr("Not authenticated", array('authFailure' => true));
         }
         
@@ -73,7 +73,7 @@ class Pman_Roo extends Pman
         return true;
     }
     /**
-     * GET method   Roo/TABLENAME.php
+     * GET method   Roo/TABLENAME
      *
      * Generally for SELECT or Single SELECT
      *