diff options
Diffstat (limited to 'lib/raumzeit/SingleDate.class.php')
| -rw-r--r-- | lib/raumzeit/SingleDate.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/raumzeit/SingleDate.class.php b/lib/raumzeit/SingleDate.class.php index f998092..82a89db 100644 --- a/lib/raumzeit/SingleDate.class.php +++ b/lib/raumzeit/SingleDate.class.php @@ -147,9 +147,9 @@ class SingleDate $after = $this->toString(); // logging if ($before) { - StudipLog::log("SINGLEDATE_CHANGE_TIME", $this->range_id, $before, $before . ' -> ' . $after); + StudipLog::log('SINGLEDATE_CHANGE_TIME', $this->range_id, $this->id, $before . ' -> ' . $after); } else { - StudipLog::log("SEM_ADD_SINGLEDATE", $this->range_id, $after); + StudipLog::log('SEM_ADD_SINGLEDATE', $this->range_id, $this->id, $after); } return true; |
