Private GIT

Skip to content
Snippets Groups Projects
Commit aaefc627 authored by Carsten Schoenert's avatar Carsten Schoenert
Browse files

l10n: a/a/a/edit-result.php split of l10n string

Split of string with variables inside as this isn't working otherwise.
parent 5e697f1a
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,6 @@ else {
);
# execute
if(!$Admin->object_modify("api", $_POST['action'], "id", $values)) { $Result->show("danger", _("API $_POST[action] error"), true); }
else { $Result->show("success", _("API $_POST[action] success"), true); }
if(!$Admin->object_modify("api", $_POST['action'], "id", $values)) { $Result->show("danger", _("API"). $_POST['action'] ._("error"), true); }
else { $Result->show("success", _("API"). $_POST['action'] ._("success"), true); }
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment