mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fix forum pagination on viewforum page
This commit is contained in:
@@ -941,7 +941,7 @@
|
||||
function sc_pages()
|
||||
{
|
||||
// $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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user