mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 12:30:04 +01:00
Missed a global variable.
This commit is contained in:
parent
148708750d
commit
435ff9951a
@ -160,7 +160,7 @@ class calendar_holiday
|
|||||||
|
|
||||||
function read_holiday()
|
function read_holiday()
|
||||||
{
|
{
|
||||||
global $phpgw;
|
global $phpgw, $phpgw_info;
|
||||||
|
|
||||||
$this->year = intval($phpgw->calendar->tempyear);
|
$this->year = intval($phpgw->calendar->tempyear);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user