aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_logs.php
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-08-12 11:04:33 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-08-12 11:04:33 +0000
commit5431815b0a6bcca1916ae2081c466d99fa4290d4 (patch)
tree2b75cbe610433cfe66891db1ef364ce113861b78 /phpBB/includes/mcp/mcp_logs.php
parenta4c580e8f8b33df98aee44aa2e66b88997310fe9 (diff)
downloadforums-5431815b0a6bcca1916ae2081c466d99fa4290d4.tar
forums-5431815b0a6bcca1916ae2081c466d99fa4290d4.tar.gz
forums-5431815b0a6bcca1916ae2081c466d99fa4290d4.tar.bz2
forums-5431815b0a6bcca1916ae2081c466d99fa4290d4.tar.xz
forums-5431815b0a6bcca1916ae2081c466d99fa4290d4.zip
Language variable for consistancy with the other mcp modules
git-svn-id: file:///svn/phpbb/trunk@6269 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/mcp/mcp_logs.php')
-rwxr-xr-xphpBB/includes/mcp/mcp_logs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/mcp/mcp_logs.php b/phpBB/includes/mcp/mcp_logs.php
index 2c99ec88f2..e14ac094fe 100755
--- a/phpBB/includes/mcp/mcp_logs.php
+++ b/phpBB/includes/mcp/mcp_logs.php
@@ -121,6 +121,8 @@ class mcp_logs
'TOTAL' => ($log_count == 1) ? $user->lang['TOTAL_LOG'] : sprintf($user->lang['TOTAL_LOGS'], $log_count),
'PAGINATION' => generate_pagination($this->u_action . "&amp;$u_sort_param", $log_count, $config['topics_per_page'], $start),
+ 'L_TITLE' => $user->lang['MCP_LOGS'],
+
'U_POST_ACTION' => $this->u_action,
'S_CLEAR_ALLOWED' => ($auth->acl_get('a_clearlogs')) ? true : false,
'S_SELECT_SORT_DIR' => $s_sort_dir,