From f6d847739a9149531d0649bf3d38f9e30078106a Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 3 Jul 2009 14:18:45 -0700 Subject: Update the source so the third party code passes the File Structure Test --- modules/gallery/helpers/p.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gallery/helpers') diff --git a/modules/gallery/helpers/p.php b/modules/gallery/helpers/p.php index 29d21497..fe53102c 100644 --- a/modules/gallery/helpers/p.php +++ b/modules/gallery/helpers/p.php @@ -21,7 +21,7 @@ class p_Core { private static $_purifier = null; static function clean($dirty_html) { if (empty(self::$_purifier)) { - require_once(dirname(__file__) . "/../libraries/HTMLPurifier/HTMLPurifier.auto.php"); + require_once(dirname(__file__) . "/../lib/HTMLPurifier/HTMLPurifier.auto.php"); $config = HTMLPurifier_Config::createDefault(); foreach (Kohana::config('purifier') as $category => $key_value) { foreach ($key_value as $key => $value) { -- cgit v1.2.3