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, 0 insertions, 2 deletions
diff --git a/core/helpers/log.php b/core/helpers/log.php
index cd04e0c5..d0581bf3 100644
--- a/core/helpers/log.php
+++ b/core/helpers/log.php
@@ -80,9 +80,7 @@ class log_Core {
$log->url = substr(url::abs_current(true), 0, 255);
$log->referer = request::referrer(null);
$log->timestamp = time();
- if (module::is_installed("user")) {
$log->user_id = user::active()->id;
- }
$log->save();
}