mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix function name error in contacts app
This commit is contained in:
parent
c420001f2b
commit
61660c068a
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ class OC_Contacts_VCard{
|
|||
* @param string $uri the uri of the card
|
||||
* @return boolean
|
||||
*/
|
||||
public static function deleteCardFromDAVData($aid,$uri){
|
||||
public static function deleteFromDAVData($aid,$uri){
|
||||
$stmt = OC_DB::prepare( 'DELETE FROM *PREFIX*contacts_cards WHERE addressbookid = ? AND uri=?' );
|
||||
$stmt->execute(array($aid,$uri));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue