aboutsummaryrefslogtreecommitdiffstats
path: root/addon/js_upload/js_upload.php
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-08-17 17:35:37 +0200
committerfabrixxm <fabrix.xm@gmail.com>2011-08-17 17:35:37 +0200
commitbdf42473a0341f291cd256323d122aa80bb0cb0b (patch)
tree922a5ba24a34d7ea89673019e82f68436edb7091 /addon/js_upload/js_upload.php
parent6c423feed2d8bc5bd36d2a1cbac073915e523749 (diff)
parentdb03b1ab173d61b1ee75271dac1e48f3475ad42c (diff)
downloadvolse-hubzilla-bdf42473a0341f291cd256323d122aa80bb0cb0b.tar.gz
volse-hubzilla-bdf42473a0341f291cd256323d122aa80bb0cb0b.tar.bz2
volse-hubzilla-bdf42473a0341f291cd256323d122aa80bb0cb0b.zip
Merge remote-tracking branch 'friendika/master' into newui
Diffstat (limited to 'addon/js_upload/js_upload.php')
-rw-r--r--addon/js_upload/js_upload.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/addon/js_upload/js_upload.php b/addon/js_upload/js_upload.php
index 331548f88..1996b8504 100644
--- a/addon/js_upload/js_upload.php
+++ b/addon/js_upload/js_upload.php
@@ -298,10 +298,10 @@ class qqFileUploader {
return array('error' => t('Uploaded file is empty'));
}
- if ($size > $this->sizeLimit) {
+// if ($size > $this->sizeLimit) {
- return array('error' => t('Uploaded file is too large'));
- }
+// return array('error' => t('Uploaded file is too large'));
+// }
$maximagesize = get_config('system','maximagesize');