This commit is contained in:
Michael 2018-10-06 02:09:27 +00:00
parent 8dc1d19381
commit 9dbf8d0b9d
1 changed files with 1 additions and 1 deletions

View File

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