1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Update acceptance test for BS5.

This commit is contained in:
Cameron
2022-04-06 19:33:03 -07:00
parent 2f6dca824f
commit dd7af9b222
4 changed files with 19 additions and 4 deletions

View File

@@ -1781,10 +1781,11 @@ if($this->pdo == true)
// Install Theme-required plugins
if(vartrue($this->previous_steps['install_plugins']) && ($themeInfo = $this->get_theme_xml($this->previous_steps['prefs']['sitetheme'])) && isset($themeInfo['plugins']['plugin']))
{
$themeName = $this->previous_steps['prefs']['sitetheme'];
foreach($themeInfo['plugins']['plugin'] as $k=>$plug)
{
$this->install_plugin($plug['@attributes']['name']);
installLog::add('Theme-related plugin installed: '.$plug['@attributes']['name']);
installLog::add('Theme-related ('.$themeName.') plugin installed: '.$plug['@attributes']['name']);
}
}