From: Alan Knowles Date: Fri, 4 Aug 2017 02:23:12 +0000 (+0800) Subject: GoogleKey.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=83518168264f2d6772a8623db0368a36fd1916e2 GoogleKey.php --- 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'])) {