Merge branch 'master' into develop

This commit is contained in:
Tobias Diekershoff 2019-01-21 10:04:26 +01:00
commit 08206fdcc0
29 changed files with 135 additions and 133 deletions

View file

@ -7,9 +7,6 @@
* Author: Michael Vogel <https://pirati.ca/profile/heluecht>
*/
require_once 'mod/item.php';
require_once 'include/items.php';
require_once 'include/text.php';
use Friendica\App;
use Friendica\Core\Hook;
use Friendica\Core\L10n;
@ -168,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;