Skip to content

Commit

Permalink
Язык в форматировании текста
Browse files Browse the repository at this point in the history
  • Loading branch information
maddoger committed Dec 3, 2014
1 parent 406a985 commit 5d32cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/models/PageI18n.php
Expand Up @@ -165,7 +165,7 @@ public function getTextFormatInfo()
*/
public function getFormattedText()
{
return Module::getInstance()->getFormattedText($this->text_format, $this->text_source);
return Module::getInstance()->getFormattedText($this->text_format, $this->text_source, $this->language);
}

/**
Expand Down

0 comments on commit 5d32cbb

Please sign in to comment.