At /admin/comment/votes the vote names cannont be edited or deleted
I fixed a bug in the "comment votes" _and_ "comment filters" page. Amongst others, this should solve your problem.
However, we should also look at the comment_mod_matrix() function: it uses a global variable $rid that is not set anywhere.
comment_mod_matrix()
You fixed it.
Comments
Comment #1
dries commentedI fixed a bug in the "comment votes" _and_ "comment filters" page. Amongst others, this should solve your problem.
However, we should also look at the
comment_mod_matrix()function: it uses a global variable $rid that is not set anywhere.Comment #2
pcrov commentedYou fixed it.
Comment #3
(not verified) commented