Skip to content

Commit

Permalink
Fixing style errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
stickler-ci committed Oct 3, 2019
1 parent 153121b commit 3168ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/translate.class.php
Expand Up @@ -782,7 +782,7 @@ public function get_available_languages($langdir = DOL_DOCUMENT_ROOT, $maxlength
{
$this->load("languages");

if (! empty($conf->global->MAIN_LANGUAGES_ALLOWED) && ! in_array($dir, explode(',' , $conf->global->MAIN_LANGUAGES_ALLOWED)) ) continue;
if (! empty($conf->global->MAIN_LANGUAGES_ALLOWED) && ! in_array($dir, explode(',', $conf->global->MAIN_LANGUAGES_ALLOWED)) ) continue;

if ($usecode == 2)
{
Expand Down

0 comments on commit 3168ad4

Please sign in to comment.