mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
ok, i misread this one. :) related to r9763
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9766 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
955939ee1b
commit
2f9f52b151
1 changed files with 3 additions and 2 deletions
|
@ -872,9 +872,10 @@ class acp_icons
|
|||
}
|
||||
}
|
||||
$db->sql_freeresult($result);
|
||||
$template->assign_var('PAGINATION', generate_pagination(
|
||||
|
||||
$this->u_action, $item_count, $config['smilies_per_page'], $pagination_start, true));
|
||||
$template->assign_var('PAGINATION',
|
||||
generate_pagination($this->u_action, $item_count, $config['smilies_per_page'], $pagination_start, true)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue