Adding request url data to settings struct and making name of prefix more specific

--HG--
branch : dev
This commit is contained in:
Louis DeJardin
2010-04-22 16:06:07 -07:00
parent e33a8e99d2
commit 1fa348b6b6
8 changed files with 20 additions and 14 deletions

View File

@@ -42,7 +42,7 @@ namespace Orchard.MultiTenancy.Controllers {
Name = viewModel.Name,
DataProvider = viewModel.DataProvider,
DataConnectionString = viewModel.ConnectionString,
DataPrefix = viewModel.Prefix
DataTablePrefix = viewModel.Prefix
});
return RedirectToAction("List");