diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-02-12 20:26:54 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-02-12 20:40:52 +0100 |
commit | ee7931f457177d20f798b13911eb54fa92423f2f (patch) | |
tree | 64301d4ca1c68af7cd22f3d9cd4be371f609f5ec /apps/contacts/lib | |
parent | 357944693017572319334aa8943e888cde0e99c0 (diff) | |
download | nextcloud-server-ee7931f457177d20f798b13911eb54fa92423f2f.tar.gz nextcloud-server-ee7931f457177d20f798b13911eb54fa92423f2f.zip |
Contacts: Add missing parameter
Diffstat (limited to 'apps/contacts/lib')
-rw-r--r-- | apps/contacts/lib/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/lib/app.php b/apps/contacts/lib/app.php index b804983efa5..016bd2b791a 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); |