1
0

Move the HTMLPurifier code from lib to vendor to be compliant with our packaging structure

This commit is contained in:
Bharat Mediratta 2011-01-08 18:37:52 -08:00
parent 7904946b54
commit 2c9a045ad9
323 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class purifier {
static function purify($dirty_html) {
if (!isset(self::$_purifier)) {
require_once(MODPATH . "purifier/lib/HTMLPurifier/HTMLPurifier.auto.php");
require_once(MODPATH . "purifier/vendor/HTMLPurifier/HTMLPurifier.auto.php");
$config = HTMLPurifier_Config::createDefault();
foreach (Kohana::config("purifier") as $category => $key_value) {
foreach ($key_value as $key => $value) {

Some files were not shown because too many files have changed in this diff Show More