aboutsummaryrefslogtreecommitdiff
path: root/lib/object.inc.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-06-21 09:29:24 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-06-21 09:29:24 +0000
commitb1f13ce8299d581ccb889e2d98e13574bffcc5ba (patch)
tree644385d6fea33f831a714fc3783f8161a2cb1d86 /lib/object.inc.php
parent7635e34c038e86e2b369b3f6edc457042ffa5b66 (diff)
add remaining class filename and add migration to fix the cronjobs, re #4282
Merge request studip/studip!3136
Diffstat (limited to 'lib/object.inc.php')
-rw-r--r--lib/object.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/object.inc.php b/lib/object.inc.php
index c23efa4..a8bd5d7 100644
--- a/lib/object.inc.php
+++ b/lib/object.inc.php
@@ -51,7 +51,7 @@ function object_set_visit_module($plugin_id)
* This function saves the actual time as last visitdate for the given object, user and type
*
* @param string the id of the object (i.e. seminar_id, news_id, vote_id)
-* @param string the type of visited object or module (i.e. news, documents, wiki - see /lib/classes/Modules.class.php for definitions)
+* @param string the type of visited object or module (i.e. news, documents, wiki - see /lib/classes/Modules.php for definitions)
* @param string the user who visited the object - if not given, the actual user is used
*
*/
@@ -81,7 +81,7 @@ function object_set_visit($object_id, $plugin_id, $user_id = '')
* This function gets the (last) visit time for an object or module. If no information is found, the last visit of the open-object can bes used
*
* @param string the id of the object (i.e. seminar_id, news_id, vote_id)
-* @param string the type of visited object or module (i.e. news, documents, wiki - see /lib/classes/Modules.class.php for definitions OR sem/inst, if the visit for the whole seminar was saved)
+* @param string the type of visited object or module (i.e. news, documents, wiki - see /lib/classes/Modules.php for definitions OR sem/inst, if the visit for the whole seminar was saved)
* @param string the return-mode: 'last' for the last visit, other for actual-visit
* @param string the user who visited the object - if not given, the actual user is used
* @param string the id of an open-object (seminar or inst), to gather information for last visit from the visit of the whole open-object