This commit is contained in:
qronald
2017-04-06 10:04:29 -04:00
parent a68ddc34b1
commit 6bd68b3028
11 changed files with 28 additions and 28 deletions

View File

@@ -71,7 +71,7 @@ class ReportTable extends BaseReportTable
}
$v = isset( $v ) ? ((string) $v) : '';
$lang = defined( 'SYS_LANG' ) ? SYS_LANG : 'en';
if ($this->rep_tab_title !== $v || $v === "") {
if (in_array(ReportTablePeer::REP_TAB_TITLE, $this->modifiedColumns) || $v === "") {
$this->rep_tab_title = $v;
$res = Content::addContent( 'REP_TAB_TITLE', '', $this->getRepTabUid(), $lang, $this->rep_tab_title );
return $res;