Avoid using private internal value

This commit is contained in:
nathan 2021-08-23 15:37:16 -06:00
parent 0203ce5a1f
commit 8fa424c4df

View File

@ -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;
} }
/** /**