1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02: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);