The file limit isn't hit anymore in stickies.

This commit is contained in:
Nicolas Stepien 2013-04-16 00:03:05 +02:00
parent b3ea2cc08f
commit f185557dc1

View File

@ -897,7 +897,7 @@ QR =
err = 'You can\'t reply to this thread anymore.'
else unless post.com or post.file
err = 'No file selected.'
else if post.file and thread.fileLimit and !thread.isSticky
else if post.file and thread.fileLimit
err = 'Max limit of image replies has been reached.'
else for hook in QR.preSubmitHooks
if err = hook post, thread