From 9d9a2fb05ab30ba9e1da22472dc70d01a0516a11 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 3 Nov 2011 16:27:07 +0800 Subject: [PATCH] GoogleKey.php --- GoogleKey.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GoogleKey.php b/GoogleKey.php index 7d5d8bd1..eea4db03 100644 --- a/GoogleKey.php +++ b/GoogleKey.php @@ -14,6 +14,10 @@ class Pman_Core_GoogleKey extends Pman $this->authUser = $au; } + function get() { + // for testing.. + return $this->post(); + } function post() { -- 2.39.2