Missed a global variable.

This commit is contained in:
skeeter 2001-07-01 12:59:39 +00:00
parent 148708750d
commit 435ff9951a

View File

@ -160,7 +160,7 @@ class calendar_holiday
function read_holiday()
{
global $phpgw;
global $phpgw, $phpgw_info;
$this->year = intval($phpgw->calendar->tempyear);