Skip to content

Commit

Permalink
Update mod_syndicate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed May 11, 2016
1 parent d9234b7 commit b5a44f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/mod_syndicate/mod_syndicate.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
return;
}

$moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx'));

$text = htmlspecialchars($params->get('text'));
$moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx'), ENT_COMPAT, 'UTF-8');
$text = htmlspecialchars($params->get('text'), ENT_COMPAT, 'UTF-8');

require JModuleHelper::getLayoutPath('mod_syndicate', $params->get('layout', 'default'));

0 comments on commit b5a44f3

Please sign in to comment.