Fixed Subtitle reports

This commit is contained in:
root
2016-11-30 14:40:17 -04:00
parent 305d9dd55e
commit ae26d9a007

View File

@@ -1159,7 +1159,7 @@ class Reports extends Secure_Controller
{
$subtitle = '';
if(empty($this->config->item('filter_datetime_format')))
if(empty($this->config->item('date_or_time_format')))
{
$subtitle .= date($this->config->item('dateformat'), strtotime($inputs['start_date'])) . ' - ' .date($this->config->item('dateformat'), strtotime($inputs['end_date']));
}