Skip to content
Snippets Groups Projects
Commit ada8f225 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

fix fatal error

parent be5b9674
Branches
Tags
4 merge requests!2334Master,!2102#57574 : correction orthographe des jours de la semaine,!2078Sandbox upgrade form buttons,!2066Sandbox upgrade form buttons
Pipeline #747 failed with stage
in 8 minutes and 30 seconds
......@@ -41,11 +41,6 @@ trait Trait_Translator {
}
public function translate() {
return $this->_translate();
}
/**
* @return string
*/
......
......@@ -34,6 +34,11 @@ class ZendAfi_View_Helper_BaseHelper extends Zend_View_Helper_HtmlElement {
}
public function translate() {
return $this->_translate();
}
protected function _tag() {
return call_user_func_array([$this->view, 'tag'], func_get_args());
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment