From ee7931f457177d20f798b13911eb54fa92423f2f Mon Sep 17 00:00:00 2001
From: Bart Visscher <bartv@thisnet.nl>
Date: Sun, 12 Feb 2012 20:26:54 +0100
Subject: [PATCH] Contacts: Add missing parameter

---
 apps/contacts/lib/app.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/contacts/lib/app.php b/apps/contacts/lib/app.php
index b804983efa..016bd2b791 100644
--- a/apps/contacts/lib/app.php
+++ b/apps/contacts/lib/app.php
@@ -153,7 +153,7 @@ class OC_Contacts_App {
 		}
 	}
 
-	public static function setLastModifiedHeader() {
+	public static function setLastModifiedHeader($contact) {
 		$rev = $contact->getAsString('REV');
 		if ($rev) {
 			$rev = DateTime::createFromFormat(DateTime::W3C, $rev);
-- 
GitLab