summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2013-03-09 13:47:53 +0000
committerAnika Henke <anika@selfthinker.org>2013-03-09 13:47:53 +0000
commit19ff1b0b4db62e68869a2b375ae736b4c7a1fe65 (patch)
tree3b3adc90352278ff1eab4c921242676596b56cfd
parent5721a1547938df76003c6d91ea003dc1c70abd94 (diff)
downloadrpg-19ff1b0b4db62e68869a2b375ae736b4c7a1fe65.tar.gz
rpg-19ff1b0b4db62e68869a2b375ae736b4c7a1fe65.tar.bz2
fixed use of removed plugin function in revert plugin (FS#2744)
-rw-r--r--lib/plugins/revert/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/revert/admin.php b/lib/plugins/revert/admin.php
index 847e38876..ccad6e9de 100644
--- a/lib/plugins/revert/admin.php
+++ b/lib/plugins/revert/admin.php
@@ -46,7 +46,7 @@ class admin_plugin_revert extends DokuWiki_Admin_Plugin {
function html() {
global $INPUT;
- echo $this->plugin_locale_xhtml('intro');
+ echo $this->locale_xhtml('intro');
$this->_searchform();