summaryrefslogtreecommitdiff
path: root/app/Log.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Log.php')
-rw-r--r--app/Log.php2
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
));
}