Skip to content

Commit

Permalink
Fix error thrown with missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
agentphoenix committed Aug 8, 2015
1 parent cd19168 commit 18b4b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova/modules/core/core/Nova_security.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function xss_clean($str, $is_image = FALSE)
$str = remove_invisible_characters($str);

// Validate Entities in URLs
$str = $this->_validate_entities($str);
//$str = $this->_validate_entities($str);

/*
* URL Decode
Expand Down

0 comments on commit 18b4b0d

Please sign in to comment.