]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Feed.php
Merge pull request #12978 from annando/issue-12977
[friendica.git] / src / Protocol / Feed.php
index a83819742e00c5e0d2edbf6ce3499d7d44982e7c..bfb74483820bab6508ba0b515f65143a692ed794 100644 (file)
@@ -945,7 +945,7 @@ class Feed
 
                $previous_created = $last_update;
 
-               // Don't cache when the last item was posted less then 15 minutes ago (Cache duration)
+               // Don't cache when the last item was posted less than 15 minutes ago (Cache duration)
                if ((time() - strtotime($owner['last-item'])) < 15 * 60) {
                        $result = DI::cache()->get($cachekey);
                        if (!$nocache && !is_null($result)) {