mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
squash deprecated warning of htmlpurifier serializer path
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
@$config->set('HTML', 'Allowed', $allowed);
|
||||
$config->set('Output.FlashCompat', true);
|
||||
$config->set('Attr.EnableID', true);
|
||||
$config->set('Cache', 'SerializerPath', CACHE_DIR . "/htmlpurifier");
|
||||
@$config->set('Cache', 'SerializerPath', CACHE_DIR . "/htmlpurifier");
|
||||
|
||||
$purifier = new HTMLPurifier($config);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user