mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +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()
|
||||
{
|
||||
global $phpgw;
|
||||
global $phpgw, $phpgw_info;
|
||||
|
||||
$this->year = intval($phpgw->calendar->tempyear);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user