Fix r10391 - Bug #56025 - Pagination of User Notes in MCP uses two different config values.

Authorised by: ToonArmy



git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10407 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Joas Schilling 2010-01-17 16:27:59 +00:00
parent 0139246ccb
commit 9dde6d8583

View file

@ -198,7 +198,7 @@ class mcp_notes
$log_data = array(); $log_data = array();
$log_count = 0; $log_count = 0;
view_log('user', $log_data, $log_count, $config['posts_per_page'], $start, 0, 0, $user_id, $sql_where, $sql_sort, $keywords); view_log('user', $log_data, $log_count, $config['topics_per_page'], $start, 0, 0, $user_id, $sql_where, $sql_sort, $keywords);
if ($log_count) if ($log_count)
{ {