X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=GoogleKey.php;h=bdcbb8c94030dc3bb3e16a9b777c8d17ba2d76c2;hb=e6eb2122a2c49c78628944680de6b01f7439bed7;hp=e6b9533129c5b1c0516909a3252d4a5354c612f7;hpb=becbfcd12fb091f7f28b156ab8fe1a358aea142f;p=Pman.Core 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'])) {