diff options
Diffstat (limited to 'app/Log.php')
| -rw-r--r-- | app/Log.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Log.php b/app/Log.php index 262f407499..d9aacc250e 100644 --- a/app/Log.php +++ b/app/Log.php @@ -51,7 +51,7 @@ class Log { $message, $WT_REQUEST->getClientIp(), Auth::id(), - $tree ? $tree->id() : null + $tree ? $tree->getId() : null )); } |
