Skip to content
Snippets Groups Projects
Commit 28ea1c7f authored by Jared Hancock's avatar Jared Hancock
Browse files

memcache: Emit warn if `memcache` ext missing

parent b076f503
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,7 @@ class osTicketSession {
}
catch (Exception $x) {
// Use the database for sessions
trigger_error($x->getMessage(), E_USER_WARNING);
$this->backend = new self::$backends['db']($this->ttl);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment