mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-30 17:58:39 +01:00
Redirect infolog-customfield back to infolog list after save/cancel
This commit is contained in:
parent
d478f38a03
commit
0b8bad6838
@ -88,7 +88,7 @@ class infolog_customfields
|
||||
break;
|
||||
}
|
||||
case 'cancel':
|
||||
$GLOBALS['egw']->redirect_link('/admin/');
|
||||
$GLOBALS['egw']->redirect_link('/infolog/');
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user