]> git.mxchange.org Git - friendica.git/commitdiff
js_upload reporting 43k file too big
authorFriendika <info@friendika.com>
Sat, 13 Aug 2011 23:05:03 +0000 (16:05 -0700)
committerFriendika <info@friendika.com>
Sat, 13 Aug 2011 23:05:03 +0000 (16:05 -0700)
addon/js_upload/js_upload.php
boot.php

index 331548f8803258d2a221397a2be7165a754d0838..1996b85040aa6c1cb616a5e5432721b8908494b2 100644 (file)
@@ -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');
index 76b80ce04688cded821ce1320020129651eb2f40..587e082b44e26444ff790fb63ea5b629a412e142 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -7,7 +7,7 @@ require_once('include/text.php');
 require_once("include/pgettext.php");
 
 
-define ( 'FRIENDIKA_VERSION',      '2.2.1070' );
+define ( 'FRIENDIKA_VERSION',      '2.2.1071' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.21'    );
 define ( 'DB_UPDATE_VERSION',      1079      );