From 83518168264f2d6772a8623db0368a36fd1916e2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 4 Aug 2017 10:23:12 +0800 Subject: [PATCH] GoogleKey.php --- GoogleKey.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GoogleKey.php b/GoogleKey.php index e6b95331..bdcbb8c9 100644 --- a/GoogleKey.php +++ b/GoogleKey.php @@ -22,12 +22,12 @@ class Pman_Core_GoogleKey extends Pman $this->authUser = $au; } - function get() { + function get($v, $opts=array()) { // for testing.. return $this->post(); } - function post() + function post($v) { $pc = HTML_FlexyFramework::get()->Pman_Core; if (empty($pc['googlekey'])) { -- 2.39.2