]> git.mxchange.org Git - friendica.git/blobdiff - mod/tagger.php
Events: Now with guid.
[friendica.git] / mod / tagger.php
index bee37015ea464f3065a50ca32de5ccfe81db85b1..26166a3cc0458efb7885f3c8175521aaceb6bc72 100644 (file)
@@ -4,7 +4,7 @@ require_once('include/security.php');
 require_once('include/bbcode.php');
 require_once('include/items.php');
 
-if(! function_exists('tagger_content')) {
+
 function tagger_content(&$a) {
 
        if(! local_user() && ! remote_user()) {
@@ -101,6 +101,7 @@ EOT;
 
        $arr = array();
 
+       $arr['guid'] = get_guid(32);
        $arr['uri'] = $uri;
        $arr['uid'] = $owner_uid;
        $arr['contact-id'] = $contact['id'];
@@ -216,5 +217,5 @@ EOT;
 
        return; // NOTREACHED
 
-}
+
 }