mirror of
https://github.com/wekan/wekan.git
synced 2026-02-18 22:18:07 +01:00
Replace slugify with limax and fix sync operations
This commit is contained in:
parent
7d56dca80b
commit
fb79ccaa55
4 changed files with 10 additions and 5 deletions
|
|
@ -12,7 +12,7 @@ Meteor.methods({
|
|||
// throw new Meteor.Error('error-not-authorized', 'Not authorized', { method: 'ldap_test_connection' });
|
||||
//}
|
||||
|
||||
if (LDAP.settings_get(LDAP_ENABLE) !== true) {
|
||||
if (LDAP.settings_get('LDAP_ENABLE') !== true) {
|
||||
throw new Meteor.Error('LDAP_disabled');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue