diff options
author | Joshua Logsdon <logsdon.joshua@gmail.com> | 2015-03-25 17:08:19 +0100 |
---|---|---|
committer | Joshua Logsdon <logsdon.joshua@gmail.com> | 2015-03-25 17:08:19 +0100 |
commit | 362ff3ae4b6ce363c9cb07de682180bc447c8e28 (patch) | |
tree | 6e2b106415406b502062b59081422484b8dbcb1e /system | |
parent | 993e340a9a0e00c5a2cdbbfc47f0c8a24e8e4bf1 (diff) |
Remove comment
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com>
Diffstat (limited to 'system')
-rw-r--r-- | system/core/Common.php | 1 |
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; |