summaryrefslogtreecommitdiff
path: root/core/helpers/log.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers/log.php')
-rw-r--r--core/helpers/log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/log.php b/core/helpers/log.php
index d0581bf3..451f985a 100644
--- a/core/helpers/log.php
+++ b/core/helpers/log.php
@@ -80,7 +80,7 @@ class log_Core {
$log->url = substr(url::abs_current(true), 0, 255);
$log->referer = request::referrer(null);
$log->timestamp = time();
- $log->user_id = user::active()->id;
+ $log->user_id = user::active()->id;
$log->save();
}