Merge remote-tracking branch 'origin/stable'

This commit is contained in:
Dylan K. Taylor 2019-05-07 17:28:07 +01:00
commit cb3a225d45

View File

@ -1745,6 +1745,7 @@ class Server{
$p = $this->pluginManager->getPlugin($plugin);
if($p instanceof Plugin and !($p->getPluginLoader() instanceof PharPluginLoader)){
$this->logger->debug("Not sending crashdump due to caused by non-phar plugin");
$report = false;
}
}