diff options
Diffstat (limited to 'src/Server.hs')
-rw-r--r-- | src/Server.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Server.hs b/src/Server.hs index f11f75c2deeb..5921aead1afe 100644 --- a/src/Server.hs +++ b/src/Server.hs @@ -19,7 +19,7 @@ import Happstack.Server.Compression import System.Locale (defaultTimeLocale) import Blog -import BlogDB hiding (addComment, deleteComment, updateEntry) +import BlogDB hiding (updateEntry) import Locales import RSS @@ -140,7 +140,6 @@ postEntry acid = do <*> pure nBtext <*> pure nMtext <*> pure now - <*> pure [] -- NYI update' acid (InsertEntry nEntry) seeOther ("/" ++ lang ++ "/" ++ show eId) (toResponse()) where |