fix enabled typo
This commit is contained in:
@@ -38,7 +38,7 @@ public class ModelShareExtension implements Bootstrappable {
|
||||
public void onBootstrap() {
|
||||
this.logger.trace("onBootstrap()");
|
||||
|
||||
if (this.enabled)
|
||||
if (!this.enabled)
|
||||
return;
|
||||
|
||||
this.logger.info("Model Share Extension enabled");
|
||||
|
Reference in New Issue
Block a user