forked from extern/egroupware
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