Skip to content

Commit

Permalink
[bug] Fix Parse error in email cloak plugin. Fixes #3964
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 authored and Thomas Hunziker committed Jul 25, 2014
1 parent f280f8b commit ac2885b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/html/html/email.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static function cloak($mail, $mailto = true, $text = '', $email = true)
if ($text)
{
// Convert text - here is the right place
$text = static::_convertEncoding($text);
$text = self::_convertEncoding($text);

if ($email)
{
Expand Down

0 comments on commit ac2885b

Please sign in to comment.