From: Michael Date: Thu, 7 Dec 2023 06:52:03 +0000 (+0000) Subject: Remove comment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1301730ed8d6375a326be2cb8b5e22b349d6def9;p=friendica.git Remove comment --- diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index 3f456a6975..59918287ab 100644 --- a/src/Protocol/Diaspora.php +++ b/src/Protocol/Diaspora.php @@ -3310,7 +3310,7 @@ class Diaspora $result = DI::cache()->get($cachekey); if (!is_null($result)) { -// return $result; + return $result; } $myaddr = self::myHandle($owner);