Browse Source

Properly set the memcache debug log file name

Properly set the debug log file name ('memcache') as $this->type is undefined
pull/5388/head
DanCld 9 years ago
committed by GitHub
parent
commit
ee00d949c4
  1. 2
      program/lib/Roundcube/rcube_session_memcache.php

2
program/lib/Roundcube/rcube_session_memcache.php

@ -174,6 +174,6 @@ class rcube_session_memcache extends rcube_session
$line .= ' ' . $data;
}
rcube::debug($this->type, $line, $result);
rcube::debug('memcache', $line, $result);
}
}
Loading…
Cancel
Save