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

8 lines
503 B
PHP
Raw Normal View History

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