X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FWidget.php;h=139fd8ebb6131b9566d62c33fbd9bcac2b4ba253;hb=3d64c3031bd79ed9162774f945ffe169954c4785;hp=032b9e7534d3f8a3e05a12ab1c1b067697a5b463;hpb=1b90686fcd6ce2a58c8d606c34a2dc0e430eda7d;p=friendica.git diff --git a/src/Content/Widget.php b/src/Content/Widget.php index 032b9e7534..139fd8ebb6 100644 --- a/src/Content/Widget.php +++ b/src/Content/Widget.php @@ -1,6 +1,6 @@ get($cachekey); - if (!empty($dthen)) { + if (empty($dthen)) { $dthen = Item::firstPostDate($uid, $wall); DI::cache()->set($cachekey, $dthen, Duration::HOUR); }