diff options
| author | Rasmus Fuhse <fuhse@data-quest.de> | 2024-01-17 16:46:09 +0000 |
|---|---|---|
| committer | Rasmus Fuhse <fuhse@data-quest.de> | 2024-01-17 16:46:09 +0000 |
| commit | ce27c274bd49733630a69b4467b72d3519f9974c (patch) | |
| tree | e634260969a1cb3ea06f0bc87209292a385350f0 /lib/archiv.inc.php | |
| parent | 6722029b73e7383856fd0777ca58863c7d0faab4 (diff) | |
Resolve "Wiki modernisieren"
Closes #3215
Merge request studip/studip!2180
Diffstat (limited to 'lib/archiv.inc.php')
| -rw-r--r-- | lib/archiv.inc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/archiv.inc.php b/lib/archiv.inc.php index b9e18ac..8fe4bc9 100644 --- a/lib/archiv.inc.php +++ b/lib/archiv.inc.php @@ -59,7 +59,9 @@ function lastActivity ($sem_id) // Wiki if (Config::get()->WIKI_ENABLE) { - $queries[] = "SELECT MAX(chdate) AS chdate FROM wiki WHERE range_id = :id"; + $queries[] = "SELECT MAX(`chdate`) AS chdate + FROM `wiki_pages` + WHERE `range_id` = :id"; } foreach (PluginEngine::getPlugins('ForumModule') as $plugin) { |
