Description: Use systemwide HTMLPurifier library
 Collabtive ships a convenience copy of HTMLPurifier. As it is shipped
 as a single ("standalone") file, it cannot be be just replaced by a
 symlink — But calling the library from the systemwide location
 instead of inside CL_ROOT does the trick.
 .
 See bug #781414 for further details.
Author: Gunnar Wolf <gwolf@debian.org>
Forwarded: not-needed
Last-update: 2015-04-06

Index: collabtive/init.php
===================================================================
--- collabtive.orig/init.php
+++ collabtive/init.php
@@ -28,7 +28,7 @@ define("CL_PUBDATE", "1389567600");
 require(CL_ROOT . "/config/" . CL_CONFIG . "/config.php");
 require(CL_ROOT . "/include/SmartyPaginate.class.php");
 // require html purifier
-require(CL_ROOT . "/include/HTMLPurifier.standalone.php");
+require("HTMLPurifier.autoload.php");
 // load init functions
 require(CL_ROOT . "/include/initfunctions.php");
 // Start database connection
