From 020a39d6ae8dd48c1132df42d36a74d6268d95e1 Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Fri, 06 Jul 2012 16:47:42 -0400
Subject: [PATCH] typo corrected

---
 remoting_client/examples/mail_spamfilter_user_add.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/remoting_client/examples/mail_spamfilter_user_add.php b/remoting_client/examples/mail_spamfilter_user_add.php
index fbcd8f7..6ecccc1 100644
--- a/remoting_client/examples/mail_spamfilter_user_add.php
+++ b/remoting_client/examples/mail_spamfilter_user_add.php
@@ -19,7 +19,7 @@
 	$params = array(
 			'server_id' => 1,
 			'priority' => 3,
-			'policy_ID' => 1,
+			'policy_id' => 1,
 			'email' => 'hmmnoe@test.int',
 			'fullname' => 'Max Mustermann',
 			'local' => ''

--
Gitblit v1.9.1