1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Forum-update fixes

This commit is contained in:
Cameron
2013-04-21 21:31:42 -07:00
parent f07a214809
commit 449f31546a
6 changed files with 308 additions and 529 deletions

View File

@@ -61,7 +61,7 @@ class forum_setup
{
//Redirect upgrade to customized upgrade routine
e107::getRedirect()->redirect(e_PLUGIN.'forum/forum_update.php');
e107::getRedirect()->redirect(e_PLUGIN_ABS.'forum/forum_update.php');
//header('Location: '.e_PLUGIN.'forum/forum_update.php');
}