fix user info for .po comments
This commit is contained in:
parent
1fad524e7c
commit
a81484dfa5
1 changed files with 1 additions and 1 deletions
|
@ -646,7 +646,7 @@ class dcTranslaterModule
|
||||||
'# Module: ' . $this->id . " - " . $this->version . "\n" .
|
'# Module: ' . $this->id . " - " . $this->version . "\n" .
|
||||||
'# Date: ' . dt::str('%Y-%m-%d %H:%M:%S') . "\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;
|
$search = dctranslater::$allowed_user_informations;
|
||||||
foreach($search AS $n) {
|
foreach($search AS $n) {
|
||||||
$replace[] = $this->core->auth->getInfo('user_' . $n);
|
$replace[] = $this->core->auth->getInfo('user_' . $n);
|
||||||
|
|
Loading…
Reference in a new issue