Skip to content

Commit

Permalink
Issue #16034 fix: reverted JText changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilesh More committed Jul 26, 2017
1 parent b8ba31a commit ec9dabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Joomla/CMS/Form/FormField.php
Expand Up @@ -1070,7 +1070,7 @@ protected function getLayoutData()
'field' => $this,
'group' => $this->group,
'hidden' => $this->hidden,
'hint' => $this->translateHint ? JText::alt($this->hint, $alt) : $this->hint,
'hint' => $this->translateHint ? \JText::alt($this->hint, $alt) : $this->hint,
'id' => $this->id,
'label' => $label,
'labelclass' => $this->labelclass,
Expand Down

0 comments on commit ec9dabd

Please sign in to comment.