Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Webslice
ISPConfig 3
Commits
e9c89a7a
Commit
e9c89a7a
authored
Jul 10, 2019
by
Marius Burkard
Browse files
- fixed missing tpl class loading
parent
5e807fd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/plugins-available/postfix_server_plugin.inc.php
View file @
e9c89a7a
...
...
@@ -215,6 +215,8 @@ class postfix_server_plugin {
}
if
(
$mail_config
[
'content_filter'
]
==
'rspamd'
&&
(
$mail_config
[
'rspamd_password'
]
!=
$old_ini_data
[
'mail'
][
'rspamd_password'
]
||
$mail_config
[
'content_filter'
]
!=
$old_ini_data
[
'mail'
][
'content_filter'
]))
{
$app
->
load
(
'tpl'
);
$tpl
=
new
tpl
();
$tpl
->
newTemplate
(
'rspamd_worker-controller.inc.master'
);
$tpl
->
setVar
(
'rspamd_password'
,
$mail_config
[
'rspamd_password'
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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