The file limit isn't hit anymore in stickies.
This commit is contained in:
parent
b3ea2cc08f
commit
f185557dc1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user