]> git.mxchange.org Git - friendica.git/blobdiff - mod/mood.php
Merge remote-tracking branch 'upstream/develop' into 1607-api-generic-xml
[friendica.git] / mod / mood.php
index eee11e20c5b27bc3ac5e055071b713cd113339f0..5e6ca0fcfc068533751908e8bc2e4d91ba7beed1 100644 (file)
@@ -62,7 +62,7 @@ function mood_init(&$a) {
        $action = sprintf( t('%1$s is currently %2$s'), '[url=' . $poster['url'] . ']' . $poster['name'] . '[/url]' , $verbs[$verb]); 
 
        $arr = array();
-
+       $arr['guid']          = get_guid(32);
        $arr['uid']           = $uid;
        $arr['uri']           = $uri;
        $arr['parent-uri']    = (($parent_uri) ? $parent_uri : $uri);