Pokaż
Ignoruj:
Data:
2009-07-31 10:46:09 (17 years ago)
Autor:
marek
Opis:

re #195 - merged with latest trunk

Lokalizacja:
branches/Emisje
Pliki:
2 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • branches/Emisje

    • Property svn:mergeinfo
      •  

        old new  
        11/branches/ReklamaReorganizacja:568-731 
         2/trunk:774-795 
  • branches/Emisje/Wierszowki/Wierszowki.Web/Controllers/MagazineItemController.cs

    r752 r796  
    5050            if (ModelState.IsValid) 
    5151            { 
    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)); 
    5453            } 
    5554 
     
    9594            { 
    9695                var author = _context.Authors.Single(a => a.Id == magazineItem.AuthorId); 
     96 
    9797                return RedirectToAction("Confirm", author); 
    9898            }