Commit 6cf69660 authored by Manfred Kutas's avatar Manfred Kutas

ZP-962 Problem with autoloader searching for non-existing backend.

Released under the Affero GNU General Public License (AGPL) version 3.
parent d25536d7
......@@ -601,6 +601,7 @@ class ZPush {
else
throw new FatalMisconfigurationException(sprintf("Backend provider '%s' can not be loaded. Check configuration!", $ourBackend));
}
spl_autoload_unregister('\ZPush::IncludeBackend');
return ZPush::$backend;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment