This commit is contained in:
Dorian Vabre 2021-05-20 16:30:49 +02:00
parent 307ab92bc0
commit df81ac8622

View File

@ -138,7 +138,9 @@ if (GETPOST("notolderthan", 'int')) {
if (GETPOST("author", 'apha')) {
$filters['author'] = GETPOST("author", 'apha');
}
if (GETPOST("module", 'apha')) {
$filters['module'] = GETPOST("module", 'apha');
}
// Check config
if (empty($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY)) {
$user->getrights();