Variable was already defined
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
8381f20f04
commit
ce41ee3b85
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user