Contacts: Fix postname var spelling
This commit is contained in:
parent
7e990a8e5c
commit
36abf22a48
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue