diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-03-19 08:13:21 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-03-19 08:13:21 +0000 |
| commit | 2eefb15df267a6e7db6add5441b901ef80ff9f31 (patch) | |
| tree | 6ee987508c9fa6b5bc036df5cf994b60bb1c9c46 /lib/classes/Score.php | |
| parent | 5376bd6f5546182d9df50f753f5d418d469231ee (diff) | |
wiki version should still contribute to the score, fixes #5385
Closes #5385
Merge request studip/studip!4053
Diffstat (limited to 'lib/classes/Score.php')
| -rw-r--r-- | lib/classes/Score.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/classes/Score.php b/lib/classes/Score.php index 3b7f149..5c5a453 100644 --- a/lib/classes/Score.php +++ b/lib/classes/Score.php @@ -211,6 +211,7 @@ class Score 'table' => 'wiki_pages', 'date_column' => 'chdate' ]; + $tables[] = ['table' => 'wiki_versions']; foreach (PluginManager::getInstance()->getPlugins(ScorePlugin::class) as $plugin) { foreach ((array) $plugin->getPluginActivityTables() as $table) { |
