This commit is contained in:
Thomas Tanghus 2012-07-15 10:24:33 +02:00
parent 7af608881b
commit d71da67bee
1 changed files with 1 additions and 1 deletions

View File

@ -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){