Hotline #23975 cut rating comments
Merge request reports
Activity
Filter activity
284 284 285 285 286 286 protected function _formatTextAvis($avis) { 287 return $avis->getAbonOuBib() ? 288 $this->_formatAdminText($avis) : 289 $this->_formatWithTruncate($this->view->escape($avis->getAvis())); 290 } 291 292 293 protected function _formatAdminText($avis) { 294 $value = $avis->getAvis(); 295 if ($this->_is_html($value) && $this->_limit_nb_word) {
Please register or sign in to reply