]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Bug, attachments stored double in file table
authorHannes Mannerheim <h@nnesmannerhe.im>
Tue, 30 Sep 2014 11:10:43 +0000 (13:10 +0200)
committerHannes Mannerheim <h@nnesmannerhe.im>
Tue, 30 Sep 2014 11:10:43 +0000 (13:10 +0200)
commit5a72a259053a412c0072d1ba7195de64c1c1175a
tree3d3948e6438c264b33465cce6df3cf5813d9f12a
parentc2998e26ec7cd16bcbd868bb8ad206c3cf544ba2
Bug, attachments stored double in file table

This if-statement looked like this before:

if (empty($file_redir))

and so it needs a ! when rewritten as instanceof
lib/mediafile.php