Exemplo n.º 1
0
 protected function getInputBox($name, $value)
 {
     $params = $this->getRequest()->getParams();
     if (isset($params[$name])) {
         return parent::getInputBox($name, base64_decode(trim($this->getRequest()->getParam($name))));
     }
     $settings = new Qualityunit_Liveagent_Helper_Settings();
     return parent::getInputBox($name, $settings->getOption($name));
 }