* Fixed the Pdf generation under Slackware

* Estimate view developpement
This commit is contained in:
Paul Schneider 2014-11-03 16:55:09 +01:00
commit f695d108fb
27 changed files with 459 additions and 242 deletions

View file

@ -143,7 +143,7 @@ namespace Yavsc.Controllers
return UserPost (BlogManager.GetPost (postid));
}
}
string prevstr = App_GlobalResources.LocalizedText.Preview;
string prevstr = LocalizedText.Preview;
return UserPost (BlogManager.GetPost (user, title));
}