mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
fix: localhost in URL call is not a good idea (worked for me, but no the rest of the world :o). Sorry!
This commit is contained in:
parent
6e0c95e6fb
commit
7f6516d3e3
@ -66,7 +66,7 @@ class ajaxcalendar {
|
||||
{
|
||||
$response->addScriptCall(
|
||||
'egw_openWindowCentered2',
|
||||
'http://localhost/egroupware/index.php?menuaction=calendar.uiforms.edit
|
||||
$GLOBALS['egw_info']['server']['webserver_url'].'/index.php?menuaction=calendar.uiforms.edit
|
||||
&cal_id='.$event['id']
|
||||
.'&start='.$event['start']
|
||||
.'&end='.$event['end']
|
||||
|
Loading…
Reference in New Issue
Block a user