diff --git a/carddav2fb.php b/carddav2fb.php index 91b50ea7..5b706504 100644 --- a/carddav2fb.php +++ b/carddav2fb.php @@ -630,7 +630,7 @@ public function build_fb_xml() $contact->addChild("mod_time", (string)time()); } - if($root->asXML() != false) + if($root->asXML() !== false) $this->fbxml = $root->asXML(); else {