mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
replaced calls to deprecated plugInstalled() with e107::isInstalled()
This commit is contained in:
@@ -1006,7 +1006,7 @@ function update_706_to_800($type='')
|
||||
// Plugin tables whose definition needs changing significantly
|
||||
foreach ($pluginChangedTables as $plugName => $plugList)
|
||||
{
|
||||
if (plugInstalled($plugName))
|
||||
if (e107::isInstalled($plugName))
|
||||
{
|
||||
$ttc = explode(',',$plugList);
|
||||
foreach ($ttc as $ct)
|
||||
|
Reference in New Issue
Block a user