mirror of
https://github.com/e107inc/e107.git
synced 2025-08-24 15:13:04 +02:00
When using Bootstrap 5 and no template is found, fallback to bootstrap 4 template if present in core folder.
This commit is contained in:
@@ -346,9 +346,6 @@
|
||||
|
||||
$result = $this->dta->get_current_table('core');
|
||||
|
||||
|
||||
|
||||
|
||||
$this->assertSame($result,$expected);
|
||||
|
||||
}
|
||||
|
@@ -1049,7 +1049,7 @@ while($row = $sql->fetch())
|
||||
$result6 = preg_replace('/"([^"]*)thumb.php/','"thumb.php', $result6);
|
||||
|
||||
// $result6 = str_replace($tempDir, '', $result6);
|
||||
|
||||
$expected = str_replace("\r", '', $expected);
|
||||
$this->assertSame($expected,$result6);
|
||||
$this->tp->setConvertToWebP(false);
|
||||
|
||||
|
Reference in New Issue
Block a user