mirror of
https://github.com/friendica/friendica
synced 2025-04-26 02:30: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
|
@ -102,7 +102,7 @@ class Delegation extends BaseModule
|
|||
DI::auth()->setForUser(DI::app(), $user, true, true);
|
||||
|
||||
if ($limited_id) {
|
||||
Session::set('submanage', $original_id);
|
||||
DI::session()->set('submanage', $original_id);
|
||||
}
|
||||
|
||||
$ret = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue