function shutdown()
{
if (isset($this->attributes)) {
- if (!empty($GLOBALS['conf']['kolab']['server']['cache']['driver'])) {
+ if (!empty($GLOBALS['conf']['kolab']['server']['cache']['driver'])
+ && class_exists('Horde_Cache')) {
$params = isset($GLOBALS['conf']['kolab']['server']['cache']['params'])
? $GLOBALS['conf']['kolab']['server']['cache']['params'] : null;
$cache = Horde_Cache::singleton($GLOBALS['conf']['kolab']['server']['cache']['driver'],
static $lifetime;
if (!isset($this->attributes)) {
- if (!empty($GLOBALS['conf']['kolab']['server']['cache']['driver'])) {
+ if (!empty($GLOBALS['conf']['kolab']['server']['cache']['driver'])
+ && class_exists('Horde_Cache')) {
$params = isset($GLOBALS['conf']['kolab']['server']['cache']['params'])
? $GLOBALS['conf']['kolab']['server']['cache']['params'] : null;
$cache = Horde_Cache::singleton($GLOBALS['conf']['kolab']['server']['cache']['driver'],