]> git.mxchange.org Git - friendica.git/blobdiff - mod/settings.php
[frio] Improve admin/users/* page display
[friendica.git] / mod / settings.php
index 92a7bb461ff781cb795c4eafb6ee42f3aef5ed51..d1eefefc0dfa0a9a2da5d84beb4007244f62bfe8 100644 (file)
@@ -225,7 +225,7 @@ function settings_post(App $a)
                if (isset($_FILES['importcontact-filename'])) {
                        // was there an error
                        if ($_FILES['importcontact-filename']['error'] > 0) {
-                               Logger::notice('Contact CSV file upload error');
+                               Logger::notice('Contact CSV file upload error', ['error' => $_FILES['importcontact-filename']['error']]);
                                notice(DI::l10n()->t('Contact CSV file upload error'));
                        } else {
                                $csvArray = array_map('str_getcsv', file($_FILES['importcontact-filename']['tmp_name']));