1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 01:25:01 +02:00

Forum: Backward compatibility fixes.

This commit is contained in:
Cameron
2017-01-15 09:28:20 -08:00
parent 33d033536c
commit 721a696acb
6 changed files with 9 additions and 9 deletions

View File

@@ -606,7 +606,7 @@ if ($thread->threadInfo['thread_lastpost'] > USERLV && !in_array($thread->thread
else
{
$ret = array('lastpost'=>$thread->threadInfo['thread_lastpost'], 'lastvisit'=>USERLV, 'thread'=>$thread->threadId, 'viewed'=>$threadsViewed);
$mes->addDebug(print_a($ret,true));
e107::getDebug()->log($ret);
unset($ret);
}