Update function calls
update function calls for moved functions
This commit is contained in:
parent
1d571a527b
commit
352da9bcf3
5 changed files with 16 additions and 16 deletions
|
@ -451,7 +451,7 @@ function list_post_dates($uid, $wall)
|
|||
$dend = substr($dnow, 0, 8) . Temporal::getDaysInMonth(intval($dnow), intval(substr($dnow, 5)));
|
||||
$start_month = DateTimeFormat::utc($dstart, 'Y-m-d');
|
||||
$end_month = DateTimeFormat::utc($dend, 'Y-m-d');
|
||||
$str = day_translate(DateTimeFormat::utc($dnow, 'F'));
|
||||
$str = L10n::getDay(DateTimeFormat::utc($dnow, 'F'));
|
||||
|
||||
if (empty($ret[$dyear])) {
|
||||
$ret[$dyear] = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue