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

Update routine improvements. Check for plugin xxxx_setup.php during db-verify

This commit is contained in:
Cameron
2013-03-10 18:42:54 -07:00
parent 823e813a5e
commit 6f8481e528
3 changed files with 18 additions and 8 deletions

View File

@@ -231,7 +231,7 @@ class e107Update
function updatePlugin($path)
{
e107::getPlugin()->install_plugin_xml($path, 'upgrade');
e107::getPlugin()->install_plugin_xml($path, 'upgrade');
}