mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 05:41:58 +02:00
Set 'front' by default if theme.xml library scope is missing.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
}
|
||||
|
||||
$this->tm->clearCache();
|
||||
e107::getTheme()->clearCache();
|
||||
}
|
||||
|
||||
|
||||
@@ -203,6 +204,7 @@
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
);
|
||||
|
||||
foreach($tests as $index => $var)
|
||||
@@ -216,6 +218,7 @@
|
||||
$this->assertSame($var['expected'], $result, 'Test #'.$index.' failed.');
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user