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

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