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:
@@ -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');
|
||||
|
Reference in New Issue
Block a user