Merge pull request #939 from nupplaphil/task/remove_get_app

[ifttt] Remove get_app() in favor of DI::app()
This commit is contained in:
Michael Vogel
2020-01-04 23:42:32 +01:00
committed by GitHub
+1 -1
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;