Removed enforcement of moderation
This commit is contained in:
parent
cc4e6ea3b6
commit
190f500684
|
@ -256,9 +256,7 @@ public class CKANInstance {
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isModerationEnabled() {
|
public boolean isModerationEnabled() {
|
||||||
return true;
|
return moderationEnabled;
|
||||||
// TODO
|
|
||||||
// return moderationEnabled;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getSysAdminToken() throws Exception {
|
public String getSysAdminToken() throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue