Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-12-30 13:31:14 +01:00
commit 153acd6ee0

View File

@ -702,7 +702,7 @@ AJAX.registerOnload('indexes.js', function () {
}
// Select a source array.
var source_array = PMA_getIndexArray(index_choice);
source_array = PMA_getIndexArray(index_choice);
if (source_array == null) {
return;
}