]> git.mxchange.org Git - friendica.git/blobdiff - mod/item.php
moved get_guid to System::createGUID
[friendica.git] / mod / item.php
index a6a3a50c801644ab06b66f1bb16059f9821ebf6c..4e27a80cf64c5b957e1854e9dafdeafbf797b14a 100644 (file)
@@ -232,7 +232,7 @@ function item_post(App $a) {
                $emailcc           =      notags(trim(defaults($_REQUEST, 'emailcc' , '')));
                $body              = escape_tags(trim(defaults($_REQUEST, 'body'    , '')));
                $network           =      notags(trim(defaults($_REQUEST, 'network' , NETWORK_DFRN)));
-               $guid              = get_guid(32);
+               $guid              =      System::createGUID(32);
 
                $postopts = defaults($_REQUEST, 'postopts', '');