Properly set the memcache debug log file name

Properly set the debug log file name ('memcache') as $this->type is undefined
pull/5754/head
DanCld 8 years ago committed by Aleksander Machniak
parent fc393e4ead
commit 792dd40d90

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