dragonexpert / recentthreads

Adds a section to your index page for recent threads.
Other
8 stars 2 forks source link

Moved thread - duplication in recent thread box #27

Closed Eldenroot closed 6 years ago

Eldenroot commented 7 years ago

The bug which was fixed is back... when you moved a thread, it is shows twice (latest v15 from GitHub)

bug

if(strpos($thread['closed'], "moved|") === 0) { $thread['tid'] = substr($thread['closed'], 6); }

around line 400

@dragonexpert

dragonexpert commented 6 years ago

Fixed in the new update.