forked from friendica/friendica-addons
Remove get_app() in favor of DI::app()
This commit is contained in:
parent
77be5d04b6
commit
9b93c5ee60
|
@ -166,7 +166,7 @@ function ifttt_post(App $a)
|
|||
|
||||
function ifttt_message($uid, $item)
|
||||
{
|
||||
$a = \get_app();
|
||||
$a = DI::app();
|
||||
|
||||
$_SESSION['authenticated'] = true;
|
||||
$_SESSION['uid'] = $uid;
|
||||
|
|
Loading…
Reference in a new issue