diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2009-07-07 19:41:22 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2009-07-07 19:41:22 +0000 |
commit | 8750fdf3f57bad9bbf64eb98a8fb85a3dc3f1b0a (patch) | |
tree | b8df23d9fd374c299fc1a3c2afba0b9a25ad2549 /phpBB/adm/style | |
parent | 48e3b6deaab11bd4f04132aed514430aef8696f7 (diff) | |
download | forums-8750fdf3f57bad9bbf64eb98a8fb85a3dc3f1b0a.tar forums-8750fdf3f57bad9bbf64eb98a8fb85a3dc3f1b0a.tar.gz forums-8750fdf3f57bad9bbf64eb98a8fb85a3dc3f1b0a.tar.bz2 forums-8750fdf3f57bad9bbf64eb98a8fb85a3dc3f1b0a.tar.xz forums-8750fdf3f57bad9bbf64eb98a8fb85a3dc3f1b0a.zip |
#47885
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9730 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_main.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html index 6b16f5ad69..4718869d73 100644 --- a/phpBB/adm/style/acp_main.html +++ b/phpBB/adm/style/acp_main.html @@ -137,9 +137,9 @@ </form> <!-- IF S_FOUNDER --> - <form id="action_purge_cache_form" method="post" action="{U_ACTION}"> + <form id="action_purge_sessions_form" method="post" action="{U_ACTION}"> <dl> - <dt><label for="action_purge_cache">{L_PURGE_SESSIONS}</label><br /><span>{L_PURGE_SESSIONS_EXPLAIN}</span></dt> + <dt><label for="action_purge_sessions">{L_PURGE_SESSIONS}</label><br /><span>{L_PURGE_SESSIONS_EXPLAIN}</span></dt> <dd><input type="hidden" name="action" value="purge_sessions" /><input class="button2" type="submit" id="action_purge_sessions" name="action_purge_sessions" value="{L_RUN}" /></dd> </dl> </form> |