Variable was already defined

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2015-12-30 07:31:03 -05:00
parent 8381f20f04
commit ce41ee3b85

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;
}