mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Correction to last commit.
This commit is contained in:
@@ -999,7 +999,7 @@ class e107forum
|
|||||||
|
|
||||||
// print_a($ret);
|
// print_a($ret);
|
||||||
|
|
||||||
if($start == 'post')
|
if($start === 'post')
|
||||||
{
|
{
|
||||||
$ret[0]['forum_sef']= $this->getForumSef($ret[0]);
|
$ret[0]['forum_sef']= $this->getForumSef($ret[0]);
|
||||||
$ret[0]['thread_sef'] = $this->getThreadSef($ret[0]);
|
$ret[0]['thread_sef'] = $this->getThreadSef($ret[0]);
|
||||||
|
Reference in New Issue
Block a user