]> git.mxchange.org Git - friendica.git/blobdiff - include/event.php
Merge pull request #2471 from annando/1604-diaspora-always-on
[friendica.git] / include / event.php
index 13c414c9e30f3907b875f429d5fe162efc7f629c..a9f054fc2ed2bf530e9c6c0d9fbadf7570313c6d 100644 (file)
@@ -76,7 +76,6 @@ function format_event_html($ev, $simple = false) {
 function parse_event($h) {
 
        require_once('include/Scrape.php');
-       require_once('library/HTMLPurifier.auto.php');
        require_once('include/html2bbcode');
 
        $h = '<html><body>' . $h . '</body></html>';