Fix #14527 - Import Settings function not working

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2019-04-27 23:56:10 +02:00
parent 98bc51085d
commit 2a4729c18e
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -124,7 +124,7 @@ if (isset($_POST['submit_export'])
echo '<div class="config-form">';
echo $form_display->displayErrors();
echo '</div>';
echo '<form action="prefs_manage.php" method="post">';
echo '<form action="prefs_manage.php" method="post" class="disableAjax">';
echo Url::getHiddenInputs() , "\n";
echo '<input type="hidden" name="json" value="'
, htmlspecialchars($json) , '" />';