This commit is contained in:
parent
ec37ff4e75
commit
274a9ec783
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class Pico {
|
|||
}
|
||||
}
|
||||
|
||||
if($headers['date']) $headers['date_formatted'] = date($config['date_format'], strtotime($headers['date']));
|
||||
if(isset($headers['date'])) $headers['date_formatted'] = date($config['date_format'], strtotime($headers['date']));
|
||||
|
||||
return $headers;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue