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:
@@ -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');
|
||||
|
Reference in New Issue
Block a user