Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit d62e2da

Browse files
committed
Fix workspace display when using russian language on IIS.
1 parent 959a0c1 commit d62e2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/core/classes/class.Repository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ public function getDisplay()
413413
if (isSet($this->displayStringId)) {
414414
$mess = ConfService::getMessages();
415415
if (isSet($mess[$this->displayStringId])) {
416-
return SystemTextEncoding::fromUTF8($mess[$this->displayStringId]);
416+
return $mess[$this->displayStringId];
417417
}
418418
}
419419
return AJXP_VarsFilter::filter($this->display);

0 commit comments

Comments
 (0)