1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-28 16:50:07 +02:00

Forum: Added SEF URLs on subForums.

This commit is contained in:
Cameron
2015-06-27 12:07:41 -07:00
parent ced9f6c55b
commit 20abcdf449
5 changed files with 76 additions and 29 deletions

View File

@@ -705,8 +705,9 @@ class e107ForumThread
{
if(E107_DEBUG_LEVEL > 0)
{
echo __METHOD__ .' Line: '.__LINE__;
exit;
e107::getMessage()->addError("Thread not found or query error: ". __METHOD__ .' Line: '.__LINE__ );
return;
// exit;
}
$url = e107::url('forum','index','full');