1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 02:18:08 +00:00

Merge branch 'pr/382'

This commit is contained in:
Steve Schnepp 2013-11-05 10:47:34 +01:00
commit 3df3da4470

View file

@ -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";