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 8 years ago committed by GitHub
parent 53b5ccfb0c
commit ee00d949c4

@ -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