[ifttt] Remove get_app() in favor of DI::app() #939

Merged
nupplaphil merged 1 commit from task/remove_get_app into develop 2020-01-04 23:42:33 +01:00

View file

@ -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;