]> git.mxchange.org Git - friendica-addons.git/commitdiff
Test code removed
authorMichael Vogel <icarus@dabo.de>
Tue, 22 Jul 2014 19:16:15 +0000 (21:16 +0200)
committerMichael Vogel <icarus@dabo.de>
Tue, 22 Jul 2014 19:16:15 +0000 (21:16 +0200)
fbsync/fbsync.php

index 509426d9408b4bfae7a7fa2648a577de20d1e64e..fc9d7c187db0ed2b5254737cc3b94437e39cc01c 100644 (file)
@@ -1001,7 +1001,6 @@ function fbsync_fetchfeed($a, $uid) {
        $url = "https://graph.facebook.com/fql?q=".urlencode(json_encode($fql))."&access_token=".$access_token;
 
        $feed = fetch_url($url);
-       file_put_contents("fb.".$uid);
        $data = json_decode($feed);
 
        if (!is_array($data->data)) {