Commit 5b80d67a authored by JC Brand's avatar JC Brand

Return before trying to extend the object

when strict_plugin_dependencies is set to `false`.
parent 66242fc2
......@@ -1851,6 +1851,7 @@
throw msg;
} else {
converse.log(msg);
return;
}
}
this._extendObject(converse[key], override);
......
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