Skip to content
Snippets Groups Projects
Commit 99142fc9 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Keyword_lib: hotfix transate

parent 84d0ee8b
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ function KeywordAttribute(pContainerName, pAttributeName)
var keywordAttrData = db.array(db.ROW, sql);
if (keywordAttrData.length == 0)
throw new Error(translate.withArguments("no keyword attribute \"%0\" found in keyword container \"%1\"", this.attribute, this.container));
throw new Error(translate.withArguments("no keyword attribute \"%0\" found in keyword container \"%1\"", [this.attribute, this.container]));
this.id = keywordAttrData[0];
this.type = keywordAttrData[1];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment