check file exists
[Pman.Core] / GoogleTranslate.php
index f8eaeaa..8d9c464 100644 (file)
@@ -20,12 +20,12 @@ class Pman_Core_GoogleTranslate extends Pman
         
         $this->authUser = $au;
     }
-    function get() {
+    function get($v, $opts=array()) {
         // for testing..
         return $this->post();
     }
     
-    function post()
+    function post($v)
     {
         $pc = HTML_FlexyFramework::get()->Pman_Core;
         if (empty($pc['googlekey'])) {