summaryrefslogtreecommitdiffstats
path: root/system/core
diff options
context:
space:
mode:
Diffstat (limited to 'system/core')
-rw-r--r--system/core/Common.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/core/Common.php b/system/core/Common.php
index 2b1e844b4..f28272b5b 100644
--- a/system/core/Common.php
+++ b/system/core/Common.php
@@ -741,7 +741,6 @@ if ( ! function_exists('html_escape'))
*/
function html_escape($var, $double_encode = TRUE)
{
- // If empty, skip escaping
if (empty($var))
{
return $var;