mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +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(
|
htmlspecialchars($GLOBALS['egw']->link('/index.php',array(
|
||||||
'menuaction' => 'calendar.uiforms.edit',
|
'menuaction' => 'calendar.uiforms.edit',
|
||||||
'cal_id' => $content['id'],
|
'cal_id' => $content['id'],
|
||||||
'referer' => $referer,
|
'referer' => $content['referer'],
|
||||||
))).'">','</a>');
|
))).'">','</a>');
|
||||||
$noerror=false;
|
$noerror=false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user