Skip to content
Snippets Groups Projects
Commit 428bc3ab authored by Tim van Dijen's avatar Tim van Dijen Committed by Tim van Dijen
Browse files

Fix comparison

parent 60d99afe
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,7 @@ class Memcache
);
}
if (self::$extension === '\memcache') {
if (self::$extension === \Memcache::class) {
Logger::warning(
"The use of PHP-extension memcache is deprecated. Please migrate to the memcached extension."
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment