diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-01-20 18:43:34 -0800 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-01-20 18:43:34 -0800 |
commit | 12c4a61edc0a225677c31f6d26a7a785c065c115 (patch) | |
tree | a17ceb5171ce8225f25fcb6299dd6739f9e47365 /mod/logbrowser/languages | |
parent | 9cca28b590a5884033c60af5a47aa3dcc383f7f0 (diff) | |
download | elgg-12c4a61edc0a225677c31f6d26a7a785c065c115.tar.gz elgg-12c4a61edc0a225677c31f6d26a7a785c065c115.tar.bz2 |
Fixes #2222. Added IP address to system log table and log browser. Fixed problem in log browser that would only show entries without an owner_guid.
Diffstat (limited to 'mod/logbrowser/languages')
-rw-r--r-- | mod/logbrowser/languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/logbrowser/languages/en.php b/mod/logbrowser/languages/en.php index 3b6ead272..f36b4bc6b 100644 --- a/mod/logbrowser/languages/en.php +++ b/mod/logbrowser/languages/en.php @@ -17,6 +17,7 @@ $english = array( 'logbrowser:explore' => 'Explore log', 'logbrowser:date' => 'Date and time', + 'logbrowser:ip_address' => 'IP address', 'logbrowser:user:name' => 'User', 'logbrowser:user:guid' => 'User GUID', 'logbrowser:object' => 'Object type', |