diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-12-10 11:53:14 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-12-10 11:53:14 +0000 |
commit | 330971eefab4ea16aa0667591b44364cb9f95313 (patch) | |
tree | 3a9e136c0aea55e892e1d754b058e78483e54927 /mod | |
parent | 83656b0d6ead76c7ae532a53191b60ea68b4dbf4 (diff) | |
download | elgg-330971eefab4ea16aa0667591b44364cb9f95313.tar.gz elgg-330971eefab4ea16aa0667591b44364cb9f95313.tar.bz2 |
removes @ from include - closes #879
git-svn-id: http://code.elgg.org/elgg/trunk@3748 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r-- | mod/htmlawed/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/htmlawed/start.php b/mod/htmlawed/start.php index 4f53a1259..ff7549b81 100644 --- a/mod/htmlawed/start.php +++ b/mod/htmlawed/start.php @@ -95,7 +95,7 @@ $return = $returnvalue; $var = $returnvalue; - if (@include_once(dirname(__FILE__) . "/vendors/htmLawed/htmLawed.php")) { + if (include_once(dirname(__FILE__) . "/vendors/htmLawed/htmLawed.php")) { global $CONFIG; |