summaryrefslogtreecommitdiff
path: root/lib/plugins/config/settings/extra.class.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2011-02-20 18:33:02 +0000
committerAnika Henke <anika@selfthinker.org>2011-02-20 18:33:02 +0000
commitbf413a4e50ea09a0345533c5fb1d07e963bd6368 (patch)
tree7d656536e9a2b100c607dc33a35fa4d6336199de /lib/plugins/config/settings/extra.class.php
parentb22b675ae4f8161cdffa97f24fa49e711ef7157d (diff)
downloadrpg-bf413a4e50ea09a0345533c5fb1d07e963bd6368.tar.gz
rpg-bf413a4e50ea09a0345533c5fb1d07e963bd6368.tar.bz2
added 'register' and 'resendpwd' to action links and buttons
Attention: $lang['register'] has been renamed to $lang['btn_register'], anyone using that in any plugin or template should adjust it.
Diffstat (limited to 'lib/plugins/config/settings/extra.class.php')
-rw-r--r--lib/plugins/config/settings/extra.class.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/plugins/config/settings/extra.class.php b/lib/plugins/config/settings/extra.class.php
index f6b69ead1..b4e35b1cc 100644
--- a/lib/plugins/config/settings/extra.class.php
+++ b/lib/plugins/config/settings/extra.class.php
@@ -90,7 +90,6 @@ if (!class_exists('setting_disableactions')) {
// transfer some DokuWiki language strings to the plugin
if (!$plugin->localised) $this->setupLocale();
$plugin->lang[$this->_key.'_revisions'] = $lang['btn_revs'];
- $plugin->lang[$this->_key.'_register'] = $lang['register'];
foreach ($this->_choices as $choice)
if (isset($lang['btn_'.$choice])) $plugin->lang[$this->_key.'_'.$choice] = $lang['btn_'.$choice];