This website works better with JavaScript.
Home
Explore
Help
Sign In
dcovington
/
ASPBlogBrainOrdure
Watch
1
Star
0
Fork
0
Code
Issues
6
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add comment moderation in admin
master
nano
5 days ago
parent
b8ee17263e
commit
c7d2cdd715
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/controllers/CommentsController.asp
+ 1
- 1
app/controllers/CommentsController.asp
View File
@@ -53,7 +53,7 @@ Class CommentsController_Class
Dim slug : slug = ResolvePostSlug(comment.PostID)
If Len(slug) > 0 Then
Response.Redirect Post
Url
(slug)
Response.Redirect Post
Path
(slug)
Else
Response.Redirect "/posts"
End If
Write
Preview
Loading…
Cancel
Save
Powered by
TurnKey Linux
.