mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix for bug #435819.
This commit is contained in:
parent
1372b56eaf
commit
05dcabb900
@ -116,7 +116,7 @@ class calendar_holiday
|
||||
else
|
||||
{
|
||||
$pos = strpos(' '.$phpgw_info['server']['webserver_url'],$HTTP_HOST);
|
||||
if($pos == False)
|
||||
if($pos == 0)
|
||||
{
|
||||
switch($SERVER_PORT)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user