Fix ignoring date_pattern in pager.
Adding arrays with + operator ignores the values from second array, where for example the date_pattern settings reside. Using array_merge() instead.
Adding arrays with + operator ignores the values from second array, where for example the date_pattern settings reside. Using array_merge() instead.