diff options
Diffstat (limited to 'mod/htmlawed')
| -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;  | 
