mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Contacts: Fix postname var spelling
This commit is contained in:
parent
18f9d177d5
commit
44f54485ac
@ -32,7 +32,7 @@ $vcard = OC_Contacts_App::getContactVCard( $id );
|
|||||||
|
|
||||||
$name = $_POST['name'];
|
$name = $_POST['name'];
|
||||||
$value = $_POST['value'];
|
$value = $_POST['value'];
|
||||||
$parameters = isset($_POST['parameteres'])?$_POST['parameters']:array();
|
$parameters = isset($_POST['parameters'])?$_POST['parameters']:array();
|
||||||
|
|
||||||
$property = $vcard->addProperty($name, $value, $parameters);
|
$property = $vcard->addProperty($name, $value, $parameters);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user