Removed $fromTime argument from public template API
This commit is contained in:
parent
006799616d
commit
f3594904c2
1 changed files with 2 additions and 2 deletions
|
@ -90,8 +90,8 @@ function human_file_size( $bytes ) {
|
|||
* @param $timestamp unix timestamp
|
||||
* @returns human readable interpretation of the timestamp
|
||||
*/
|
||||
function relative_modified_date($timestamp, $fromTime = null, $dateOnly = false) {
|
||||
return(\relative_modified_date($timestamp, $fromTime, $dateOnly));
|
||||
function relative_modified_date($timestamp, $dateOnly = false) {
|
||||
return(\relative_modified_date($timestamp, null, $dateOnly));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue