mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 05:11:41 +02: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(
|
$response->addScriptCall(
|
||||||
'egw_openWindowCentered2',
|
'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']
|
&cal_id='.$event['id']
|
||||||
.'&start='.$event['start']
|
.'&start='.$event['start']
|
||||||
.'&end='.$event['end']
|
.'&end='.$event['end']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user