GoogleKey.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 3 Nov 2011 08:27:07 +0000 (16:27 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 3 Nov 2011 08:27:07 +0000 (16:27 +0800)
GoogleKey.php

index 7d5d8bd..eea4db0 100644 (file)
@@ -14,6 +14,10 @@ class Pman_Core_GoogleKey extends Pman
         
         $this->authUser = $au;
     }
+    function get() {
+        // for testing..
+        return $this->post();
+    }
     
     function post()
     {