Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsteampassnet committed Oct 9, 2016
2 parents 9faef0a + 27d301e commit d86fe68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Last changes

2.1.26
#1537 Homepage not loading in French
#1527 Error Field 'timestamp' doesn't have a default value
#1526 New .htaccess file in ./includes/config
#1525 Bad encoding in previous used passwords list
Expand Down
2 changes: 1 addition & 1 deletion items.load.php
Original file line number Diff line number Diff line change
Expand Up @@ -2450,7 +2450,7 @@ function(data) {
$("#div_editer_rep").dialog("close");
} else {
if (data[0].error === "ERR_TITLE_ONLY_WITH_NUMBERS") {
$("#edit_rep_show_error").html('<?php echo $LANG['error_only_numbers_in_folder_name'];?>').show();
$("#edit_rep_show_error").html('<?php echo addslashes($LANG['error_only_numbers_in_folder_name']);?>').show();
} else {
$("#edit_rep_show_error").html(data[0].error).show();
}
Expand Down

0 comments on commit d86fe68

Please sign in to comment.