]> git.mxchange.org Git - friendica.git/commitdiff
add missing quotation
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 3 Nov 2019 21:47:57 +0000 (22:47 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 3 Nov 2019 21:47:57 +0000 (22:47 +0100)
mod/settings.php

index 5709df720fd94e694a17b268fbb867424f76b731..79c007979c95d15c7221b47ff8df42ff74546d53 100644 (file)
@@ -1253,7 +1253,7 @@ function settings_content(App $a)
                '$importcontact' => L10n::t('Import Contacts'),
                '$importcontact_text' => L10n::t('Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account.'),
                '$importcontact_button' => L10n::t('Upload File'),
-               '$importcontact_maxsize' => Config::get('system', max_csv_file_size, 30720), 
+               '$importcontact_maxsize' => Config::get('system', 'max_csv_file_size', 30720), 
                '$relocate' => L10n::t('Relocate'),
                '$relocate_text' => L10n::t("If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."),
                '$relocate_button' => L10n::t("Resend relocate message to contacts"),