Skip to content
Snippets Groups Projects
Commit 67019d15 authored by chris's avatar chris
Browse files

user manager fix, avoid calling getUserCount method when it isn't available

darcs-hash:20060202022500-9b6ab-896f1c762fa6aa9307fe30e8762fd6b424c717f7.gz
parent 0ddeab43
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ class admin_plugin_usermanager extends DokuWiki_Admin_Plugin {
ptln("<div class=\"level2\" style=\"margin-bottom: 2em;\">");
if ($this->_user_total) {
if ($this->_user_total > 0) {
ptln("<p>".sprintf($this->lang['summary'],$this->_start+1,$this->_last,$this->_user_total,$this->_auth->getUserCount())."</p>");
} else {
ptln("<p>".sprintf($this->lang['nonefound'],$this->_auth->getUserCount())."</p>");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment