mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
small bugfix for the referer for the reload link, if the edited entry was changed before the commiting of the changes
This commit is contained in:
parent
573f7f2470
commit
086783e462
@ -422,7 +422,7 @@ class uiforms extends uical
|
||||
htmlspecialchars($GLOBALS['egw']->link('/index.php',array(
|
||||
'menuaction' => 'calendar.uiforms.edit',
|
||||
'cal_id' => $content['id'],
|
||||
'referer' => $referer,
|
||||
'referer' => $content['referer'],
|
||||
))).'">','</a>');
|
||||
$noerror=false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user