diff --git a/inc/class.dc.translater.module.php b/inc/class.dc.translater.module.php index 8c3ceaf..fdb0b77 100644 --- a/inc/class.dc.translater.module.php +++ b/inc/class.dc.translater.module.php @@ -646,7 +646,7 @@ class dcTranslaterModule '# Module: ' . $this->id . " - " . $this->version . "\n" . '# Date: ' . dt::str('%Y-%m-%d %H:%M:%S') . "\n"; - if ($this->translater->parse_user && !empty($this->translater->parse_userinfo)) { + if ($this->translater->parse_user && $this->translater->parse_userinfo != '') { $search = dctranslater::$allowed_user_informations; foreach($search AS $n) { $replace[] = $this->core->auth->getInfo('user_' . $n);