[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Rsslib: Undefined variable $result called in `loadRss()`
"Merci Jacob \(@mercihabam\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <69ce55367b679_3c4c610d4859fc@gitlab-sidekiq-low-urgency-cpu-bound-v2-78df9f9d69-d24gg.mail> |
Merci Jacob pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
2e4ada48 by Merci Jacob at 2026-04-02T11:30:47+00:00
[FIX] Rsslib: Undefined variable $result called in `loadRss()`
---
* [FIX] Rsslib: Undefined variable $result called in `loadRss()`
See merge request tikiwiki/tiki!9914
- - - - -
1 changed file:
- lib/rss/rsslib.php
Changes:
=====================================
lib/rss/rsslib.php
=====================================
@@ -1127,6 +1127,7 @@ class RSSLib extends TikiDb_Bridge
$cache_feed_result = self::$cachelib->getSerialized($cache_feed_key);
+ $result = null;
if ($cache_feed_result) {
$refresh_time = max($this->cacheLifetime($cache_feed_result['ttl'], TimeUnit::MINUTES), $this->cacheLifetime($params['refresh'], TimeUnit::MINUTES));
$cache_time = $cache_feed_result['lastUpdated'];
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/2e4ada48727518f6d26271f81c3a99127f2b0afe
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/2e4ada48727518f6d26271f81c3a99127f2b0afe
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs