UUID is now createUUID

This commit is contained in:
Michael 2018-09-27 11:52:15 +00:00
commit cb9be8a7ab
12 changed files with 20 additions and 20 deletions

View file

@ -240,7 +240,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' , Protocol::DFRN)));
$guid = System::UUID();
$guid = System::createUUID();
$postopts = defaults($_REQUEST, 'postopts', '');