Fix #16791 - Undefined index table_schema and "DESCRIBE FILES" broken links
commit721e927f124e3cb96e0503d4267c517de03c885c
authorWilliam Desportes <williamdes@wdes.fr>
Mon, 12 Apr 2021 20:23:49 +0000 (12 22:23 +0200)
committerWilliam Desportes <williamdes@wdes.fr>
Mon, 12 Apr 2021 20:26:51 +0000 (12 22:26 +0200)
tree79533fc156fe6efc8066dfafed6c05ef8cc4d85d
parent927689554e085378d41014731eb3b0f777f67d51
Fix #16791 - Undefined index table_schema and "DESCRIBE FILES" broken links

Reverts: ca0244f06bf989ce294d0181a38b50121709450a because the code was guessing what the parent had already found but the code did not fine the same results between the parent and the child.

Now passing the result from the parent to the child will remove one guessing

Signed-off-by: William Desportes <williamdes@wdes.fr>
libraries/classes/Display/Results.php
test/classes/Display/ResultsTest.php