improved exception message

This commit is contained in:
Ralf Becker 2011-06-24 10:26:46 +00:00
parent fe781cdc9f
commit ba46b54355

View File

@ -654,7 +654,7 @@ egwActionLink.prototype.set_actionId = function(_value)
this.actionObj = this.manager.getActionById(_value);
if (!this.actionObj)
throw "Given action object does not exist!"
throw "Action object with id '"+_value+"' does not exist!"
}
/** egwActionObject Object **/