summaryrefslogtreecommitdiff
path: root/includes/pages/admin_log.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pages/admin_log.php')
-rw-r--r--includes/pages/admin_log.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/pages/admin_log.php b/includes/pages/admin_log.php
index ce30a246..b4a3c965 100644
--- a/includes/pages/admin_log.php
+++ b/includes/pages/admin_log.php
@@ -1,4 +1,8 @@
<?php
+function admin_log_title() {
+ return _("Log");
+}
+
function admin_log() {
$log_entries_source = LogEntries();
$log_entries = array();