From: Alan Knowles Date: Thu, 3 Nov 2011 08:26:54 +0000 (+0800) Subject: GoogleKey.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c1609798a94fbd27ebab93646f68f7af8e51f433 GoogleKey.php --- 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) }