diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:49:08 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:49:08 +0100 |
| commit | 57fc0448e118d27d792b676f3929931c79b4fa06 (patch) | |
| tree | 06e3f582ec4f0c5db065423cffd696fa27e832ff /admin | |
| parent | f3cbb2283a777e0ec4675bdd0d83ba2dc812723f (diff) | |
| download | calendar-57fc0448e118d27d792b676f3929931c79b4fa06.tar.gz calendar-57fc0448e118d27d792b676f3929931c79b4fa06.tar.bz2 calendar-57fc0448e118d27d792b676f3929931c79b4fa06.zip | |
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_calendar_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin_calendar_inc.php b/admin/admin_calendar_inc.php index 1144f9a..ae1bee3 100644 --- a/admin/admin_calendar_inc.php +++ b/admin/admin_calendar_inc.php @@ -51,7 +51,7 @@ if( function_exists( 'simple_set_value' ) && $gBitUser->isAdmin() && !empty( $_R } foreach( $calendarTypeDefaults as $key => $val ) { simple_set_toggle_array( 'defaultTypes', $key, CALENDAR_PKG_NAME); - } + } } // Build the list of what is selected. Has to come AFTER the set. |
