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:
Klaus Leithoff 2008-01-16 12:25:35 +00:00
parent 573f7f2470
commit 086783e462

View File

@ -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;