aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ext_delete_data.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-11-08 14:08:55 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-11-08 14:08:55 +0100
commit7a8a4408952659d59a3c92108eae6ef0f10a5bb3 (patch)
tree387a93c284c1d7c59d53933dcfa5473d776c9853 /phpBB/adm/style/acp_ext_delete_data.html
parenta6c73ea0c8ca3b0d147c31543c2655ec822dd0f8 (diff)
downloadforums-7a8a4408952659d59a3c92108eae6ef0f10a5bb3.tar
forums-7a8a4408952659d59a3c92108eae6ef0f10a5bb3.tar.gz
forums-7a8a4408952659d59a3c92108eae6ef0f10a5bb3.tar.bz2
forums-7a8a4408952659d59a3c92108eae6ef0f10a5bb3.tar.xz
forums-7a8a4408952659d59a3c92108eae6ef0f10a5bb3.zip
[ticket/12002] Change functional test to use link hash
PHPBB3-12002
Diffstat (limited to 'phpBB/adm/style/acp_ext_delete_data.html')
-rw-r--r--phpBB/adm/style/acp_ext_delete_data.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_ext_delete_data.html b/phpBB/adm/style/acp_ext_delete_data.html
index bbac22055f..5b38d9b8d0 100644
--- a/phpBB/adm/style/acp_ext_delete_data.html
+++ b/phpBB/adm/style/acp_ext_delete_data.html
@@ -21,7 +21,7 @@
<form id="acp_extensions" method="post" action="{U_PURGE}">
<fieldset class="submit-buttons">
<legend>{L_EXTENSION_DELETE_DATA}</legend>
- <input class="button1" type="submit" name="purge" value="{L_EXTENSION_DELETE_DATA}" />
+ <input class="button1" type="submit" name="delete_data" value="{L_EXTENSION_DELETE_DATA}" />
<input class="button2" type="submit" name="cancel" value="{L_CANCEL}" />
</fieldset>
</form>