add utf8_encode to out filter of item class;
This commit is contained in:
parent
af5bf9be94
commit
d3e73bfe0a
1 changed files with 1 additions and 1 deletions
|
@ -1311,7 +1311,7 @@ abstract class Item extends cItemBaseAbstract {
|
|||
* List of funcion names of the filtersused when data is retrieved from the db
|
||||
* @var array
|
||||
*/
|
||||
protected $_arrOutFilters = array('stripslashes', 'htmldecode','urldecode');
|
||||
protected $_arrOutFilters = array('stripslashes', 'htmldecode','urldecode', 'utf8_encode');
|
||||
|
||||
/**
|
||||
* Class name of meta object
|
||||
|
|
Loading…
Reference in a new issue