]> git.mxchange.org Git - friendica.git/blobdiff - mod/poke.php
Update use statement lists with new Friendica\Database\dba class
[friendica.git] / mod / poke.php
index 55bb799d1fab3c3ff87a43913b54456d2678ee0c..561a5b798940fb16e3775acec660994171ad6379 100644 (file)
@@ -96,11 +96,10 @@ function poke_init(App $a) {
 
        $arr = [];
 
-       $arr['guid']          = get_guid(32);
+       $arr['guid']          = System::createGUID(32);
        $arr['uid']           = $uid;
        $arr['uri']           = $uri;
        $arr['parent-uri']    = ($parent_uri ? $parent_uri : $uri);
-       $arr['type']          = 'activity';
        $arr['wall']          = 1;
        $arr['contact-id']    = $poster['id'];
        $arr['owner-name']    = $poster['name'];