Merge pull request #786 from MrPetovan/bug/6334-get-app-namespace

[various] Escape global function get_app calls
This commit is contained in:
Tobias Diekershoff
2018-12-29 11:52:06 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ function ifttt_post(App $a)
function ifttt_message($uid, $item)
{
$a = get_app();
$a = \get_app();
$_SESSION['authenticated'] = true;
$_SESSION['uid'] = $uid;