diff --git a/ifttt/ifttt.php b/ifttt/ifttt.php index c9e08696..08be262b 100644 --- a/ifttt/ifttt.php +++ b/ifttt/ifttt.php @@ -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;