mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Fix mediawiki_api when called with admins arg
It was using wrong var and was missing a break Tested successfully
This commit is contained in:
parent
88e1563b48
commit
7693a3a08b
1 changed files with 2 additions and 1 deletions
|
@ -134,7 +134,8 @@ print "images.value $value\n";
|
|||
break;
|
||||
|
||||
case "admins":
|
||||
print "admins.value $admins\n";
|
||||
print "admins.value $value\n";
|
||||
break;
|
||||
|
||||
default:
|
||||
print "link me as mediawiki_<type>, where type can be one of: views, edits, articles, pages, users, images or admins. \n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue