Skip to content

Commit

Permalink
self to static
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedik committed Sep 4, 2016
1 parent d305e26 commit 78c72bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/language/text.php
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ public static function script($string = null, $jsSafe = false, $interpretBackSla
JHtml::_('behavior.core');

// Update Joomla.JText script options
JFactory::getDocument()->addScriptOptions('joomla.jtext', self::$strings, false);
JFactory::getDocument()->addScriptOptions('joomla.jtext', static::$strings, false);
}

return self::$strings;
Expand Down

0 comments on commit 78c72bb

Please sign in to comment.