Contacts: Fix postname var spelling

This commit is contained in:
Bart Visscher 2011-12-06 22:32:16 +01:00
parent 7e990a8e5c
commit 36abf22a48
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ $vcard = OC_Contacts_App::getContactVCard( $id );
$name = $_POST['name'];
$value = $_POST['value'];
$parameters = isset($_POST['parameteres'])?$_POST['parameters']:array();
$parameters = isset($_POST['parameters'])?$_POST['parameters']:array();
$property = $vcard->addProperty($name, $value, $parameters);