Skip to content

Commit 605b870

Browse files
author
Ludovic Marcotte
committed
(fix) added missing quote to avoid exception
1 parent 90c9aec commit 605b870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
force_int_pref("calendar.autorefresh.timeout", 30);
22
force_int_pref("calendar.invitations.autorefresh.timeout", 30);
33
force_bool_pref("sogo-connector.disable-send-invitations-checkbox", false);
4-
force_char_pref("sogo-connector.autoComplete.commentAttribute, "JobTitle");
4+
force_char_pref("sogo-connector.autoComplete.commentAttribute", "JobTitle");

0 commit comments

Comments
 (0)