mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Avoid using private internal value
This commit is contained in:
parent
0203ce5a1f
commit
8fa424c4df
@ -645,8 +645,7 @@ class InfologApp extends EgwApp
|
||||
*/
|
||||
getWindowTitle()
|
||||
{
|
||||
var widget = this.et2.getWidgetById('info_subject');
|
||||
if(widget) return widget.options.value;
|
||||
return this.et2.getValueById("info_subject");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user