1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 06:03:27 +02:00

get_files() fix.

This commit is contained in:
Cameron
2020-12-26 12:02:52 -08:00
parent c9ce6e1bd0
commit 30ac723fa2
3 changed files with 46 additions and 49 deletions

View File

@@ -346,6 +346,9 @@
$result = $this->dta->get_current_table('core');
$this->assertSame($result,$expected);
}