From: Michael Date: Fri, 30 Jul 2021 06:19:25 +0000 (+0000) Subject: guid function is now public X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5e75ba3083cf35f6723d8b8980a5821af4f5a534;p=friendica.git guid function is now public --- diff --git a/src/Model/Item.php b/src/Model/Item.php index 7cda359003..798886ad48 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -363,7 +363,7 @@ class Item return true; } - private static function guid($item, $notify) + public static function guid($item, $notify) { if (!empty($item['guid'])) { return Strings::escapeTags(trim($item['guid']));