summaryrefslogtreecommitdiff
path: root/library/WT/Log.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/WT/Log.php')
-rw-r--r--library/WT/Log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Log.php b/library/WT/Log.php
index aa9a4fd085..38dee21e4a 100644
--- a/library/WT/Log.php
+++ b/library/WT/Log.php
@@ -55,7 +55,7 @@ class Log {
$message,
$WT_REQUEST->getClientIp(),
Auth::id(),
- $tree ? $tree->tree_id : null
+ $tree ? $tree->id() : null
));
}