summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-07-03 14:18:45 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-07-03 14:18:45 -0700
commitf6d847739a9149531d0649bf3d38f9e30078106a (patch)
tree7843c542a6ae5a7005504b1dfbc2689896acdafc /modules/gallery/helpers
parent8d5900f63956d6746a78a4bd5ac0c4f8086752bc (diff)
Update the source so the third party code passes the File Structure Test
Diffstat (limited to 'modules/gallery/helpers')
-rw-r--r--modules/gallery/helpers/p.php2
1 files changed, 1 insertions, 1 deletions
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) {