uses the new helper to get files
This commit is contained in:
@ -65,7 +65,6 @@ namespace Yavsc.Controllers
|
|||||||
DirectoryInfo di = new DirectoryInfo(_site.UserFiles.DirName);
|
DirectoryInfo di = new DirectoryInfo(_site.UserFiles.DirName);
|
||||||
|
|
||||||
|
|
||||||
ViewBag.Files = estimate.GetFileContent(di.FullName);
|
|
||||||
return View(estimate);
|
return View(estimate);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -148,7 +147,9 @@ namespace Yavsc.Controllers
|
|||||||
{
|
{
|
||||||
return HttpNotFound();
|
return HttpNotFound();
|
||||||
}
|
}
|
||||||
ViewBag.Files = estimate.GetFileContent(_site.UserFiles.DirName);
|
|
||||||
|
ViewBag.Files = User.GetUserFiles(null);
|
||||||
|
|
||||||
return View(estimate);
|
return View(estimate);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user