소스 검색

Add comment moderation in admin

master
nano 6 일 전
부모
커밋
c7d2cdd715
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/controllers/CommentsController.asp

+ 1
- 1
app/controllers/CommentsController.asp 파일 보기

@@ -53,7 +53,7 @@ Class CommentsController_Class

Dim slug : slug = ResolvePostSlug(comment.PostID)
If Len(slug) > 0 Then
Response.Redirect PostUrl(slug)
Response.Redirect PostPath(slug)
Else
Response.Redirect "/posts"
End If


불러오는 중...
취소
저장

Powered by TurnKey Linux.