Fixed user created at in listing
This commit is contained in:
parent
a9950392c4
commit
2b4443f810
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ class Helper
|
|||
$dt['formatted'] = $tmp_date->format($settings->date_display_format);
|
||||
}
|
||||
|
||||
if ($array === 'true') {
|
||||
if ($array == 'true') {
|
||||
return $dt;
|
||||
}
|
||||
return $dt['formatted'];
|
||||
|
|
Loading…
Add table
Reference in a new issue