From: Thomas Tanghus Date: Sun, 8 Jul 2012 12:42:33 +0000 (+0200) Subject: Missing semi-colon. X-Git-Tag: v4.0.5~34 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=47f96e2d5e73cdf95cf563df8586570e027bb710;p=nextcloud-server.git Missing semi-colon. --- diff --git a/apps/contacts/import.php b/apps/contacts/import.php index 3891a6d7422..b2c55bd42ac 100644 --- a/apps/contacts/import.php +++ b/apps/contacts/import.php @@ -108,7 +108,7 @@ if(count($parts) == 1){ $imported = 0; $failed = 0; if(!count($importready) > 0) { - OCP\JSON::error(array('data' => (array('message' => 'No contacts to import in .'.$_POST['file'].' Please check if the file is corrupted.'))); + OCP\JSON::error(array('data' => (array('message' => 'No contacts to import in .'.$_POST['file'].' Please check if the file is corrupted.')))); exit(); } foreach($importready as $import){