From 70e41ffd6520afd4e381f0d3de5808249462c302 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 3 Nov 2011 16:26:56 +0800 Subject: [PATCH] GoogleKey.php --- GoogleKey.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoogleKey.php b/GoogleKey.php index ad9b309b..7d5d8bd1 100644 --- a/GoogleKey.php +++ b/GoogleKey.php @@ -18,7 +18,7 @@ class Pman_Core_GoogleKey extends Pman function post() { $key = HTML_FlexyFramework::get()->Pman_Core['googlekey']; - $this->jdata($key) + $this->jdata($key); } -- 2.39.2