]> git.mxchange.org Git - friendica.git/commitdiff
another correction of spaces
authorgerhard6380 <gerhard@seeber.at>
Sun, 25 Sep 2016 16:52:59 +0000 (18:52 +0200)
committergerhard6380 <gerhard@seeber.at>
Sun, 25 Sep 2016 16:52:59 +0000 (18:52 +0200)
include/api.php

index 87f105741d97b4a6ca148cb73c5d177462f10f47..1b116445dc841cc87aff339db5d6fb6b3d7bbe4e 100644 (file)
                        //builtin_activity_puller($i, $activities);
 
                        // get user data and add it to the array of the activity
-                       $user = api_get_user($a, $i['author-link']);
+                       $user = api_get_user($a, $i['author-link']);                    
                        switch($i['verb']) {
                                case ACTIVITY_LIKE:
                                        $activities['like'][] = $user;
 
 /*
 To.Do:
-       [pagename] => api/1.1/statuses/lookup.json
-       [id] => 605138389168451584
-       [include_cards] => true
-       [cards_platform] => Android-12
-       [include_entities] => true
-       [include_my_retweet] => 1
-       [include_rts] => 1
-       [include_reply_count] => true
-       [include_descendent_reply_count] => true
+    [pagename] => api/1.1/statuses/lookup.json
+    [id] => 605138389168451584
+    [include_cards] => true
+    [cards_platform] => Android-12
+    [include_entities] => true
+    [include_my_retweet] => 1
+    [include_rts] => 1
+    [include_reply_count] => true
+    [include_descendent_reply_count] => true
 (?)