summaryrefslogtreecommitdiffstats
path: root/apps/contacts
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-07-15 10:24:33 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-07-15 12:28:29 +0200
commitd71da67bee465585d0873879753c3d3a8d5b5166 (patch)
tree9b7ccf3dff593a5b6e222c864c2bebc2228cbc48 /apps/contacts
parent7af608881bb1ae8f3b08cae63a0e4b03891f1ed5 (diff)
downloadnextcloud-server-d71da67bee465585d0873879753c3d3a8d5b5166.tar.gz
nextcloud-server-d71da67bee465585d0873879753c3d3a8d5b5166.zip
Typo.
Diffstat (limited to 'apps/contacts')
-rw-r--r--apps/contacts/import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/import.php b/apps/contacts/import.php
index 3f45e5631f2..e6d1e8050d2 100644
--- a/apps/contacts/import.php
+++ b/apps/contacts/import.php
@@ -79,7 +79,7 @@ writeProgress('70');
$imported = 0;
$failed = 0;
if(!count($parts) > 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($parts as $part){