X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=GoogleTranslate.php;h=8d9c464ced5ba920a0a814abec9c43a52f6ab523;hp=f8eaeaa5e22964292bf8a2e42edc0ec553b8d8a1;hb=8cd2a9237c684aa16bc21e3ac6d3793c49c65400;hpb=596de8e5d9abeb67062538bf18c4210a9bd2e50a diff --git a/GoogleTranslate.php b/GoogleTranslate.php index f8eaeaa5..8d9c464c 100644 --- a/GoogleTranslate.php +++ b/GoogleTranslate.php @@ -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'])) {