Zwii-Modules/calendar/profil/main/edit.inc.php

8 lines
491 B
PHP
Raw Normal View History

<?php $moduleData['calendar'] = [
'add' => $this->getInput('profilEditCalendarAdd', helper::FILTER_BOOLEAN),
'edit' => $this->getInput('profilEditCalendarEdit', helper::FILTER_BOOLEAN),
'delete' => $this->getInput('profilEditCalendarDelete', helper::FILTER_BOOLEAN),
'config' => $this->getInput('profilEditCalendarAdd', helper::FILTER_BOOLEAN) ||
$this->getInput('profilEditCalendarEdit', helper::FILTER_BOOLEAN) ||
$this->getInput('profilEditCalendarTheme', helper::FILTER_BOOLEAN)
2024-08-16 15:57:50 +02:00
];