- Data:
- 2009-07-31 10:46:09 (17 years ago)
- Lokalizacja:
- branches/Emisje
- Pliki:
-
- 2 zmodyfikowane
-
. (zmodyfikowane) (1 prop)
-
Wierszowki/Wierszowki.Web/Controllers/MagazineItemController.cs (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/Emisje
- Property svn:mergeinfo
-
old new 1 1 /branches/ReklamaReorganizacja:568-731 2 /trunk:774-795
-
- Property svn:mergeinfo
-
branches/Emisje/Wierszowki/Wierszowki.Web/Controllers/MagazineItemController.cs
r752 r796 50 50 if (ModelState.IsValid) 51 51 { 52 var author = _context.Authors.Single(a => a.Id == magazineItem.AuthorId); 53 return RedirectToAction("Confirm", author); 52 return RedirectToAction("Confirm", _context.Authors.Single(a => a.Id == magazineItem.AuthorId)); 54 53 } 55 54 … … 95 94 { 96 95 var author = _context.Authors.Single(a => a.Id == magazineItem.AuthorId); 96 97 97 return RedirectToAction("Confirm", author); 98 98 }
