fix PHP Fatal error: Class Horde not found

This commit is contained in:
Ralf Becker 2015-06-24 08:53:18 +00:00
parent dc45cf1982
commit 2e9db465c8

View File

@ -1190,10 +1190,9 @@ class infolog_ical extends infolog_bo
")\n" , 3, $this->logfile);
}
Horde::logMessage('setSupportedFields(' . $this->productManufacturer . ', '
. $this->productName .', ' .
($this->tzid ? $this->tzid : egw_time::$user_timezone->getName()) .')',
__FILE__, __LINE__, PEAR_LOG_DEBUG);
//Horde::logMessage('setSupportedFields(' . $this->productManufacturer . ', '
// . $this->productName .', ' .
// ($this->tzid ? $this->tzid : egw_time::$user_timezone->getName()) .')',
// __FILE__, __LINE__, PEAR_LOG_DEBUG);
}
}