Skip to content

Commit 06787de

Browse files
author
Florian Schaal
committed
fixed typo
1 parent 2b05c20 commit 06787de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/mail_plugin_dkim.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function check_system($data) {
128128
$amavis_user=rtrim($amavis_user, ":");
129129
mkdir($mail_config['dkim_path'], 0750, true);
130130
exec('chown '.$amavis_user.' /var/lib/amavis/dkim');
131-
unset $amavis_user;
131+
unset($amavis_user);
132132
} else {
133133
mkdir($mail_config['dkim_path'], 0755, true);
134134
}

0 commit comments

Comments
 (0)