Mercurial > hg > rc1
diff plugins/calendar/calendar.php @ 49:91f005a4f7e9
Slowly cleaning up more php8 Warnings/deprecations
| author | Charlie Root |
|---|---|
| date | Mon, 06 Oct 2025 12:19:59 -0400 |
| parents | 3bd5fe8166b8 |
| children | 082a19037887 |
line wrap: on
line diff
--- a/plugins/calendar/calendar.php Mon Oct 06 12:17:00 2025 -0400 +++ b/plugins/calendar/calendar.php Mon Oct 06 12:19:59 2025 -0400 @@ -44,6 +44,9 @@ public $gmt_offset; public $ui; + private $dst_active; + private $driver; // available via __get + public $defaults = array( 'calendar_default_view' => "agendaWeek", 'calendar_timeslots' => 2,
