Skip to content

Commit

Permalink
Merge branch '6.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Jan 25, 2017
2 parents 8c347fe + 15d6fc1 commit 2c85cc4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -145,7 +145,7 @@ public function getDescriptions()
*/
public function getDescription($languageCode)
{
if (isset($languageCode, $this->descriptions)) {
if (isset($this->descriptions[$languageCode])) {
return $this->descriptions[$languageCode];
}

Expand Down

0 comments on commit 2c85cc4

Please sign in to comment.