mirror of
https://github.com/friendica/friendica
synced 2025-04-19 07:10:11 +00:00
Move Core\Session::set() to DI::session()->set()
This commit is contained in:
parent
dfb5792773
commit
3a8bcb3fbf
7 changed files with 7 additions and 12 deletions
|
@ -189,7 +189,7 @@ class Status extends BaseProfile
|
|||
// Set a time stamp for this page. We will make use of it when we
|
||||
// search for new items (update routine)
|
||||
$last_updated_array[$last_updated_key] = time();
|
||||
Session::set('last_updated', $last_updated_array);
|
||||
DI::session()->set('last_updated', $last_updated_array);
|
||||
|
||||
if ($is_owner && !DI::config()->get('theme', 'hide_eventlist')) {
|
||||
$o .= ProfileModel::getBirthdays();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue