
12-31-2014, 10:00 AM
|
|
|
Join Date: Sep 2013
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by tini_lam
I have try edit functions_autotagger.php on line 15
edit
Code:
if (intval($thread['threadid']) == 0)
Replace with:
Code:
if (intval($threadinfo['threadid']) == 0)
wow, it great, not error  you can try edit same on line 23, 32, 33, it well work
|
thanks work is not error
|