1
0
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:
Andrew Dolgov
2011-04-16 18:35:16 +04:00
parent ca06ed7d36
commit 50aa64b3c4

View File

@@ -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);