From 020a39d6ae8dd48c1132df42d36a74d6268d95e1 Mon Sep 17 00:00:00 2001 From: cfoe Date: Fri, 6 Jul 2012 20:47:42 +0000 Subject: [PATCH] typo corrected --- remoting_client/examples/mail_spamfilter_user_add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remoting_client/examples/mail_spamfilter_user_add.php b/remoting_client/examples/mail_spamfilter_user_add.php index fbcd8f73f8..6ecccc1134 100644 --- a/remoting_client/examples/mail_spamfilter_user_add.php +++ b/remoting_client/examples/mail_spamfilter_user_add.php @@ -19,7 +19,7 @@ try { $params = array( 'server_id' => 1, 'priority' => 3, - 'policy_ID' => 1, + 'policy_id' => 1, 'email' => 'hmmnoe@test.int', 'fullname' => 'Max Mustermann', 'local' => '' -- GitLab