Do not return anything on __construct
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 24 Aug 2014 09:29:45 +0000 (11:29 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Sun, 24 Aug 2014 09:29:45 +0000 (11:29 +0200)
Change-Id: I47f67ed17112af832b19f7e7538cae3e0b8354ef

includes/upload/UploadFromChunks.php

index d86de79..1499302 100644 (file)
@@ -62,8 +62,6 @@ class UploadFromChunks extends UploadFromFile {
                        }
                        $this->stash = new UploadStash( $this->repo, $this->user );
                }
-
-               return true;
        }
 
        /**