[various] Escape global function get_app calls
This commit is contained in:
@@ -168,7 +168,7 @@ function ifttt_post(App $a)
|
||||
|
||||
function ifttt_message($uid, $item)
|
||||
{
|
||||
$a = get_app();
|
||||
$a = \get_app();
|
||||
|
||||
$_SESSION['authenticated'] = true;
|
||||
$_SESSION['uid'] = $uid;
|
||||
|
||||
Reference in New Issue
Block a user