diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-05-31 21:03:55 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-05-31 21:03:55 -0400 |
commit | f8dae2bbc9600a4ad474e924dc540491e29e2767 (patch) | |
tree | fbc334eb128716d064265458ee8a609f51ab1321 /lib | |
parent | abe68f4318009ed839c1998d91459f26d09f76c8 (diff) |
Refactored some attachment code and fixed upload bug in interface.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/noticeform.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php index 5f438327d..7c88bd7b1 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -156,9 +156,7 @@ class NoticeForm extends Form $this->out->hidden('notice_return-to', $this->action, 'returnto'); } $this->out->hidden('notice_in-reply-to', $this->action, 'inreplyto'); - $this->out->hidden('MAX_FILE_SIZE', common_config('attachments', 'file_quota')); - } /** |