From c1609798a94fbd27ebab93646f68f7af8e51f433 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 3 Nov 2011 16:26:54 +0800 Subject: [PATCH] GoogleKey.php --- GoogleKey.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GoogleKey.php b/GoogleKey.php index 460a33f6..ad9b309b 100644 --- a/GoogleKey.php +++ b/GoogleKey.php @@ -17,8 +17,8 @@ class Pman_Core_GoogleKey extends Pman function post() { - $ff = HTML_FlexyFramework::get()->Pman_Core['googlekey']; - $this->jdata() + $key = HTML_FlexyFramework::get()->Pman_Core['googlekey']; + $this->jdata($key) } -- 2.39.2