aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r--phpBB/includes/functions_admin.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php
index 77c70eb6fc..22735cf2cd 100644
--- a/phpBB/includes/functions_admin.php
+++ b/phpBB/includes/functions_admin.php
@@ -2486,7 +2486,6 @@ function cache_moderators()
return phpbb_cache_moderators($db, $cache, $auth);
}
-
/**
* View log
* If $log_count is set to false, we will skip counting all entries in the database.