From: cash Date: Thu, 10 Dec 2009 11:53:14 +0000 (+0000) Subject: removes @ from include - closes #879 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=330971eefab4ea16aa0667591b44364cb9f95313;p=lorea%2Felgg.git removes @ from include - closes #879 git-svn-id: http://code.elgg.org/elgg/trunk@3748 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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;