mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +01:00
Easier warning message for tracking down not existing attributes
This commit is contained in:
parent
d216a37bba
commit
a5e17d5193
@ -446,7 +446,7 @@
|
||||
// Key does not exist - delete it and issue a warning
|
||||
delete(_attrs[key]);
|
||||
et2_debug("warn", this, "Attribute '" + key +
|
||||
"' does not exist!");
|
||||
"' does not exist in " + _attrs.type+"!");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user