Index: trunk/extensions/ArticleComments/ArticleComments.php |
— | — | @@ -149,7 +149,7 @@ |
150 | 150 | } |
151 | 151 | |
152 | 152 | $ac = 'article-comments-'; |
153 | | - $formAction = $wgScript.'/'.$wgContLang->getNsText(NS_SPECIAL).':ProcessComment'; |
| 153 | + $formAction = $wgScript.'?title='.$wgContLang->getNsText(NS_SPECIAL).':ProcessComment'; |
154 | 154 | |
155 | 155 | # Build out the comment form. |
156 | 156 | $content = |