diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-07-15 10:24:33 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-07-15 12:28:29 +0200 |
commit | d71da67bee465585d0873879753c3d3a8d5b5166 (patch) | |
tree | 9b7ccf3dff593a5b6e222c864c2bebc2228cbc48 /apps/contacts | |
parent | 7af608881bb1ae8f3b08cae63a0e4b03891f1ed5 (diff) | |
download | nextcloud-server-d71da67bee465585d0873879753c3d3a8d5b5166.tar.gz nextcloud-server-d71da67bee465585d0873879753c3d3a8d5b5166.zip |
Typo.
Diffstat (limited to 'apps/contacts')
-rw-r--r-- | apps/contacts/import.php | 2 |
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){ |