forked from extern/egroupware
Missed a global variable.
This commit is contained in:
parent
148708750d
commit
435ff9951a
@ -160,7 +160,7 @@ class calendar_holiday
|
||||
|
||||
function read_holiday()
|
||||
{
|
||||
global $phpgw;
|
||||
global $phpgw, $phpgw_info;
|
||||
|
||||
$this->year = intval($phpgw->calendar->tempyear);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user