Skip to content
Snippets Groups Projects
Commit 3dd0907f authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #3913

Closes #3913

Merge request studip/studip!2794
parent d425f02d
No related branches found
No related tags found
No related merge requests found
......@@ -580,7 +580,7 @@ class SiteinfoMarkupEngine {
"title" => _("Evaluationen"),
"detail" => "",
"constraint" => Config::get()->VOTE_ENABLE];
$indicator['wiki_pages'] = ["query" => "SELECT COUNT(DISTINCT keyword) AS count FROM wiki",
$indicator['wiki_pages'] = ["query" => "SELECT COUNT(*) AS count FROM wiki_pages",
"title" => _("Wiki-Seiten"),
"detail" => "",
"constraint" => Config::get()->WIKI_ENABLE];
......
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