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

Install routine now using bootstrap3 theme.

This commit is contained in:
Cameron
2015-07-18 19:17:56 -07:00
parent 658dffd003
commit e0f56d3641
2 changed files with 62 additions and 50 deletions

View File

@@ -1375,8 +1375,10 @@ function update_706_to_800($type='')
// e107::getSingleton('e107plugin')->install('download',array('nolinks'=>true));
e107::getSingleton('e107plugin')->refresh('download');
}
if (!e107::isInstalled('banner') && $sql->gen("SELECT * FROM #banner LIMIT 1"))
if (!e107::isInstalled('banner') && $sql->isTable('banner'))
{
if ($just_check) return update_needed('Banner Table found, but plugin not installed. Needs to be refreshed.');
e107::getSingleton('e107plugin')->refresh('banner');