From f7eba77e1a145bf830e114daebe12c89d8482ec0 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sat, 21 Mar 2015 01:05:39 +0100 Subject: [PATCH] updated to 2014-09-29d "Hrun" --- dokuwiki/VERSION | 2 +- dokuwiki/doku.php | 2 +- dokuwiki/lib/plugins/usermanager/admin.php | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dokuwiki/VERSION b/dokuwiki/VERSION index 6b338d41..0a86ba46 100644 --- a/dokuwiki/VERSION +++ b/dokuwiki/VERSION @@ -1 +1 @@ -2014-09-29c "Hrun" +2014-09-29d "Hrun" diff --git a/dokuwiki/doku.php b/dokuwiki/doku.php index 16f48fc4..13e33538 100644 --- a/dokuwiki/doku.php +++ b/dokuwiki/doku.php @@ -9,7 +9,7 @@ */ // update message version -$updateVersion = 46.3; +$updateVersion = 46.4; // xdebug_start_profiling(); diff --git a/dokuwiki/lib/plugins/usermanager/admin.php b/dokuwiki/lib/plugins/usermanager/admin.php index b67d91b3..d777b654 100644 --- a/dokuwiki/lib/plugins/usermanager/admin.php +++ b/dokuwiki/lib/plugins/usermanager/admin.php @@ -191,9 +191,9 @@ class admin_plugin_usermanager extends DokuWiki_Admin_Plugin { */ $groups = join(', ',$grps); ptln(" "); - ptln(" "); + ptln(" "); if ($editable) { - ptln(" 1, + ptln(" 1, 'do' => 'admin', 'page' => 'usermanager', 'sectok' => getSecurityToken())). @@ -325,7 +325,7 @@ class admin_plugin_usermanager extends DokuWiki_Admin_Plugin { // save current $user, we need this to access details if the name is changed if ($user) - ptln(" ",$indent); + ptln(" ",$indent); $this->_htmlFilterSettings($indent+10); @@ -370,6 +370,7 @@ class admin_plugin_usermanager extends DokuWiki_Admin_Plugin { $fieldtype = 'text'; $autocomp = ''; } + $value = hsc($value); echo ""; echo "";