diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-10 13:52:32 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-10 13:52:32 -0700 |
commit | b4e649fe906a793cd5e62d6390065ea5d41c40db (patch) | |
tree | cad629e106bc038ca63d92cd6c30e6cd3bc5b064 /lib/noticeform.php | |
parent | 361a52a9c8042c26e72e85c42aff166bd531c85d (diff) | |
parent | 4699fa7936be41e05a950b357c6b46949ad7c74d (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'lib/noticeform.php')
-rw-r--r-- | lib/noticeform.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php index 5d7cf194e..3212f382a 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -148,6 +148,7 @@ class NoticeForm extends Form $this->out->element('dd', array('id' => 'notice_text-count'), '140'); $this->out->elementEnd('dl'); + $this->out->hidden('MAX_FILE_SIZE', common_config('attachments', 'file_quota')); $this->out->element('label', array('for' => 'notice_data-attach'), _('Attach')); $this->out->element('input', array('id' => 'notice_data-attach', 'type' => 'file', @@ -157,7 +158,6 @@ 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')); } /** |