]> git.mxchange.org Git - friendica.git/commitdiff
Spaces
authorMichael <heluecht@pirati.ca>
Sat, 6 Oct 2018 02:09:27 +0000 (02:09 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 6 Oct 2018 02:09:27 +0000 (02:09 +0000)
src/Protocol/ActivityPub/Transmitter.php

index 77688233a8fd84412e3a2cb5da36beee8a01edaf..8d1623c098083b87df59c3e9ee481831348a55d1 100644 (file)
@@ -490,7 +490,7 @@ class Transmitter
         */
        public static function createCachedActivityFromItem($item_id)
        {
-               $cachekey = "APDelivery:createActivity:".$item_id;
+               $cachekey = 'APDelivery:createActivity:' . $item_id;
                $data = Cache::get($cachekey);
                if (!is_null($data)) {
                        return $data;