Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory-plugins
Commits
1fd2b06b
Commit
1fd2b06b
authored
Mar 08, 2017
by
Côme Chilliet
Browse files
Fixes
#5413
Fixed postfix table transport saving
parent
fad263ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
postfix/admin/systems/services/postfix/class_servicePostfix.inc
View file @
1fd2b06b
...
...
@@ -134,6 +134,12 @@ class servicePostfix extends simpleService
);
}
protected
function
shouldSave
()
{
/* We need ldap_save to always run */
return
TRUE
;
}
function
ldap_save
()
{
global
$config
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment