Skip to content

Commit e6bb4e8

Browse files
author
quentusrex
committed
Oops. Don't ever disable auth.
Bug FS#267 - mail filter not hidden for client
1 parent a121683 commit e6bb4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/mail/form/mail_user_filter.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
$form["db_history"] = "no";
4343
$form["tab_default"] = "filter";
4444
$form["list_default"] = "mail_user_filter_list.php";
45-
$form["auth"] = 'no'; // yes / no
45+
$form["auth"] = 'yes'; // yes / no
4646

4747
$form["auth_preset"]["userid"] = 0; // 0 = id of the user, > 0 id must match with id of current user
4848
$form["auth_preset"]["groupid"] = 0; // 0 = default groupid of the user, > 0 id must match with groupid of current user

0 commit comments

Comments
 (0)