diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_post.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html index dc0ea9f800..9cfaa05db3 100644 --- a/phpBB/styles/prosilver/template/mcp_post.html +++ b/phpBB/styles/prosilver/template/mcp_post.html @@ -54,7 +54,7 @@ <p class="author">{MINI_POST_IMG} {L_POSTED} {L_POST_BY_AUTHOR} {POST_AUTHOR_FULL} {L_POSTED_ON_DATE} {POST_DATE}</p> <!-- IF S_POST_UNAPPROVED --> - <form method="post" id="mcp_approve" action="{S_APPROVE_ACTION}"> + <form method="post" id="mcp_approve" action="{U_APPROVE_ACTION}"> <p class="rules"> <input class="button1" type="submit" value="{L_APPROVE}" name="action[approve]" /> |
