Skip to content

Commit 107b7a9

Browse files
author
Till Brehm
committed
Merge branch 'getmail_read_all' into 'master'
read_all -> source_read_all See merge request ispconfig/ispconfig3!738
2 parents 7707cd3 + 32b1028 commit 107b7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/getmail_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function update($event_name, $data) {
113113
$tpl = str_replace('{DELETE}', 'false', $tpl);
114114
}
115115

116-
if($data["new"]["read_all"] == 'y') {
116+
if($data["new"]["source_read_all"] == 'y') {
117117
$tpl = str_replace('{READ_ALL}', 'true', $tpl);
118118
} else {
119119
$tpl = str_replace('{READ_ALL}', 'false', $tpl);

0 commit comments

Comments
 (0)