htmlspecialchars()
in my Smartfeed extension as an error. Is there a workaround? I think in the past the extension review team gave it a waiver. Since I am outputting XML in my extension, it's kind of hard not to use. Example:Error: Using htmlspecialchars on line 974 in /controller/feed.php
Code: Select all
$link = htmlspecialchars($board_url . 'ucp.' . $this->phpEx . '?i=pm&mode=view&f=0&p=' . $row['msg_id']);