diff options
author | Oliver Schramm <oliver.schramm97@gmail.com> | 2014-07-17 00:00:02 +0200 |
---|---|---|
committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2014-07-17 00:00:02 +0200 |
commit | b1df0cffb145c2fe9db69c9caa920e4a48ec4279 (patch) | |
tree | 4328876bc4ff526d73e212371ab0b7860cd7a0a5 /phpBB/docs | |
parent | 42308091efb977ee5ce1b81bc8de25721b482263 (diff) | |
download | forums-b1df0cffb145c2fe9db69c9caa920e4a48ec4279.tar forums-b1df0cffb145c2fe9db69c9caa920e4a48ec4279.tar.gz forums-b1df0cffb145c2fe9db69c9caa920e4a48ec4279.tar.bz2 forums-b1df0cffb145c2fe9db69c9caa920e4a48ec4279.tar.xz forums-b1df0cffb145c2fe9db69c9caa920e4a48ec4279.zip |
[ticket/12860] Fix typo
PHPBB3-12860
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index e8e94e6a04..ffe57ef4c9 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -289,7 +289,7 @@ mcp_ban_fields_after mcp_ban_fields_before === * Locations: - + styles/prosivler/template/mcp_ban.html + + styles/prosilver/template/mcp_ban.html + styles/subsilver2/template/mcp_ban.html * Since: 3.1.0-RC3 * Purpose: Add additional fields to the ban form in MCP @@ -305,7 +305,7 @@ mcp_ban_unban_after mcp_ban_unban_before === * Locations: - + styles/prosivler/template/mcp_ban.html + + styles/prosilver/template/mcp_ban.html + styles/subsilver2/template/mcp_ban.html * Since: 3.1.0-RC3 * Purpose: Add additional fields to the unban form in MCP |