mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-02 14:24:10 +01:00
Missed to namespace a class name.
This commit is contained in:
parent
a208a66df2
commit
66b2d0c42a
@ -270,7 +270,7 @@ class App {
|
|||||||
} elseif($contact instanceof \OC_VObject) {
|
} elseif($contact instanceof \OC_VObject) {
|
||||||
$rev = $contact->getAsString('REV');
|
$rev = $contact->getAsString('REV');
|
||||||
if ($rev) {
|
if ($rev) {
|
||||||
return \DateTime::createFromFormat(DateTime::W3C, $rev);
|
return \DateTime::createFromFormat(\DateTime::W3C, $rev);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user