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

8 lines
491 B
PHP

<?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)
];