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