mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Fix forum pagination on viewforum page
This commit is contained in:
@@ -941,7 +941,7 @@
|
|||||||
function sc_pages()
|
function sc_pages()
|
||||||
{
|
{
|
||||||
// $tVars['PAGES'] = fpages($thread_info, $tVars['REPLIES']);
|
// $tVars['PAGES'] = fpages($thread_info, $tVars['REPLIES']);
|
||||||
$ret = fpages($this->var, $this->sc_replies('raw'));
|
$ret = fpages($this->var, $this->var['thread_total_replies']);
|
||||||
|
|
||||||
if(!empty($ret))
|
if(!empty($ret))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user