mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-04-02 20:16:26 +02: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
|
// Key does not exist - delete it and issue a warning
|
||||||
delete(_attrs[key]);
|
delete(_attrs[key]);
|
||||||
et2_debug("warn", this, "Attribute '" + key +
|
et2_debug("warn", this, "Attribute '" + key +
|
||||||
"' does not exist!");
|
"' does not exist in " + _attrs.type+"!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user