mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°5625 Fix crash when opening DocumentFile in ES language
Regression introduced in 3.0.1 with a merge :67fa156cThe % was removed in530ec111but we kept the call to Dict::Format, and the merge restored the % in ES dict A larger fix will be done later with N°5491
This commit is contained in:
@@ -3667,7 +3667,7 @@ HTML;
|
||||
$sDisplayLabel = Dict::S('UI:OpenDocumentInNewWindow_');
|
||||
$sDisplayUrl = $oDocument->GetDisplayURL(get_class($this), $this->GetKey(), $sAttCode);
|
||||
|
||||
$sDownloadLabel = Dict::Format('UI:DownloadDocument_');
|
||||
$sDownloadLabel = Dict::S('UI:DownloadDocument_');
|
||||
$sDownloadUrl = $oDocument->GetDownloadURL(get_class($this), $this->GetKey(), $sAttCode);
|
||||
|
||||
$sDisplayValue = <<<HTML
|
||||
|
||||
Reference in New Issue
Block a user