GoogleKey.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 3 Nov 2011 08:26:54 +0000 (16:26 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 3 Nov 2011 08:26:54 +0000 (16:26 +0800)
GoogleKey.php

index 460a33f..ad9b309 100644 (file)
@@ -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)
         
     }