summaryrefslogtreecommitdiff
path: root/actions/newnotice.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-07-09 15:26:22 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-07-09 15:26:22 -0400
commit262c581ea771bc8d19bd7050c2f8a2624ea8a3e2 (patch)
tree811af874bde78d37682f4628debea1b039c2f981 /actions/newnotice.php
parent0828fde51ccb1a5629ab33dd23834070b95c0f37 (diff)
parent2197d0bacf44d0f2d0ab1a58446c9f4c6bd14190 (diff)
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'actions/newnotice.php')
-rw-r--r--actions/newnotice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php
index 5f44a32a9..e254eac49 100644
--- a/actions/newnotice.php
+++ b/actions/newnotice.php
@@ -135,7 +135,7 @@ class NewnoticeAction extends Action
function isRespectsQuota($user) {
$file = new File;
- $ret = $file->isRespectsQuota($user);
+ $ret = $file->isRespectsQuota($user,$_FILES['attach']['size']);
if (true === $ret) return true;
$this->clientError($ret);
}