summaryrefslogtreecommitdiffstats
path: root/system/core/Common.php
diff options
context:
space:
mode:
authorJoshua Logsdon <logsdon.joshua@gmail.com>2015-03-25 17:08:19 +0100
committerJoshua Logsdon <logsdon.joshua@gmail.com>2015-03-25 17:08:19 +0100
commit362ff3ae4b6ce363c9cb07de682180bc447c8e28 (patch)
tree6e2b106415406b502062b59081422484b8dbcb1e /system/core/Common.php
parent993e340a9a0e00c5a2cdbbfc47f0c8a24e8e4bf1 (diff)
Remove comment
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com>
Diffstat (limited to 'system/core/Common.php')
-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;