mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +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()
|
getWindowTitle()
|
||||||
{
|
{
|
||||||
var widget = this.et2.getWidgetById('info_subject');
|
return this.et2.getValueById("info_subject");
|
||||||
if(widget) return widget.options.value;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user