patch for hiding the file or the link extensions correctly i

Discuss development issues and submit patches here
Post Reply
ajs
Posts: 409
Joined: Mon Jul 05, 2010 6:37 pm

patch for hiding the file or the link extensions correctly i

Post by ajs »

Hi David,
patch for hiding the file or the link extensions correctly in detail_view mode.

Those functions worked ok in any view mode, except in detail view. In fact in detail view the filename was overwritten by an APC of the thread responsible for filling the columns. This APC ultimately called a function which didn't check if the file or the link extension should be hidden or not.

Patch against commit 163: small patch, but it took me some time to find where the problem was coming from.
Attachments
patch_16__v163.7z
(432 Bytes) Downloaded 469 times
David Erceg
Site Admin
Posts: 933
Joined: Sat Apr 18, 2009 1:46 am

Re: patch for hiding the file or the link extensions correctly i

Post by David Erceg »

Thanks, committed.
Post Reply