[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [FIX] pipeline

"Victor Emanouilov \(@kroky\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <68c3c8c767fa5_2cde4a4681ee@gitlab-sidekiq-low-urgency-cpu-bound-v2-d8d944b8-2vlqx.mail>

Victor Emanouilov pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki


Commits:
0e636710 by Victor Emanouilov at 2025-09-12T10:16:17+03:00
[FIX] pipeline

- - - - -


1 changed file:

- lib/calendar/calendarlib.php


Changes:

=====================================
lib/calendar/calendarlib.php
=====================================
@@ -2321,7 +2321,7 @@ class CalendarLib extends TikiLib
         if (empty($prefs['calendar_holidays'])) {
             return 0;
         }
-        $events = $this->get_events($prefs['calendar_holidays'], [], null, min($ts1, $ts2), max($ts1, $ts2)+1);
+        $events = $this->get_events($prefs['calendar_holidays'], [], null, min($ts1, $ts2), max($ts1, $ts2) + 1);
         $dates = [];
         foreach ($events as $event) {
             $start = $event['start'];



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/0e63671012b1cbb7f9b414b1ae8137c64d7d9a8b

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/0e63671012b1cbb7f9b414b1ae8137c64d7d9a8b
You're receiving this email because of your account on gitlab.com.

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.