diff --git a/apps/contacts/lib/vcard.php b/apps/contacts/lib/vcard.php
index 9f15cf4bc379615826855508b0b40122d9062c9f..74bc0f92f1b0e680658107d94a2f7474e92708e7 100644
--- a/apps/contacts/lib/vcard.php
+++ b/apps/contacts/lib/vcard.php
@@ -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));