1
0
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:
Cameron
2016-03-26 12:54:08 -07:00
parent 74f0e2f3d9
commit e401e4b4ac

View File

@@ -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]);