diff options
| author | 2016-08-14 22:44:49 +0200 | |
|---|---|---|
| committer | 2016-08-14 22:44:49 +0200 | |
| commit | 2bf35b23f5548260a17ab24c08ac8c187c8ada24 (patch) | |
| tree | ec94b2b251d1fee86abb978d1b72be7a0f171dae /lib/lib_rss.php | |
| parent | dd7d5855e3aedfca2ca216049afd3a1aaa23733b (diff) | |
| parent | 52fea863c19d5469d3730853d18c5535e4ddf308 (diff) | |
Merge dev conflicts
Diffstat (limited to 'lib/lib_rss.php')
| -rw-r--r-- | lib/lib_rss.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php index cf56ae9b2..82ddced2c 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -15,6 +15,8 @@ if (!function_exists('json_encode')) { } } +defined('JSON_UNESCAPED_UNICODE') or define('JSON_UNESCAPED_UNICODE', 256); //PHP 5.3 + /** * Build a directory path by concatenating a list of directory names. * |
