Skip to content
Snippets Groups Projects
Commit cb8adad1 authored by Josef Moravec's avatar Josef Moravec Committed by Robert Lange
Browse files

Fix invalid method call.

parent 76097391
No related merge requests found
......@@ -84,7 +84,7 @@ class PluginManager extends Base
{
$oldOverrideSetting = $this->getAllowOverride();
$this->setAllowOverride(true);
$this->setService($id, $this->create($id));
$this->setService($id, $this->build($id));
$this->setAllowOverride($oldOverrideSetting);
return $this->get($id);
}
......
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