summaryrefslogtreecommitdiff
path: root/core/helpers/log.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-26 06:01:04 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-26 06:01:04 +0000
commit7e5e70548b52462a2f91f3a06cadde7198ea8f6e (patch)
treebd18eaf7b642841d4dd320b474140848f9b66eed /core/helpers/log.php
parent7aed9239088b582a065da3fb63796ff66cd357c8 (diff)
clean up whitespace errors introduced in last commit
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();
}