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

#541 - SQL update on banner plugin update routine

This commit is contained in:
Moc
2014-05-24 11:40:12 +02:00
parent bbda5f6a89
commit e669dd265a

View File

@@ -1363,7 +1363,7 @@ function update_706_to_800($type='')
{
if ($just_check) return update_needed('Banner Table found, but plugin not installed. Needs to be refreshed.');
e107::getSingleton('e107plugin')->refresh('banner');
// e107::getSingleton('e107plugin')->save_addon_prefs(); //XXX Needed? Uncomment if SQL update does not occur.
e107::getSingleton('e107plugin')->save_addon_prefs(); // Needed for SQL update.
}
// ---------------------------------