usermanager - missing ldap import button (regression in 18ad4dbbd3) cc @fichtner

This commit is contained in:
Ad Schellevis 2021-07-16 14:00:44 +02:00
parent 83cd07eda4
commit e8079f0fcf

View File

@ -1006,7 +1006,7 @@ $( document ).ready(function() {
}
}
?>
<?php if (!$can_import): ?>
<?php if ($can_import): ?>
<button type="submit" name="import"
id="import_ldap_users"
data-toggle="tooltip"