diff options
Diffstat (limited to 'apps/contacts/lib/app.php')
-rw-r--r-- | apps/contacts/lib/app.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/contacts/lib/app.php b/apps/contacts/lib/app.php index 79e00920a65..907ce82c76a 100644 --- a/apps/contacts/lib/app.php +++ b/apps/contacts/lib/app.php @@ -73,6 +73,7 @@ class OC_Contacts_App{ for($i=0;$i<count($vcard->children);$i++){ if(md5($vcard->children[$i]->serialize()) == $checksum ){ $line = $i; + break; } } if(is_null($line)){ |