Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 959296f

Browse files
committed
Merge branch 'release/4.3.2'
2 parents b22335d + 539337c commit 959296f

File tree

4 files changed

+81
-76
lines changed

4 files changed

+81
-76
lines changed

ajax/ajax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
// verify if a link already exists
170170
if ($mantis->IfExistLink($idItem, $id_mantis_issue, $itemType)) {
171171
echo "<img src='" . $CFG_GLPI['root_doc'] . "/plugins/mantis/pics/warning24.png'/>"
172-
. __("This GLPi object is already linked to the selected MantisBT issue", "mantis");
172+
."ERROR :". __("This GLPi object is already linked to the selected MantisBT issue", "mantis");
173173
} else {
174174
$result = $ws->getIssueById($id_mantis_issue);
175175
if ($result->status->id == 90) {

0 commit comments

Comments
 (0)