From: umherirrender Date: Sun, 24 Aug 2014 09:29:45 +0000 (+0200) Subject: Do not return anything on __construct X-Git-Tag: 1.31.0-rc.0~14290^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=3a85ac488fbdcbd05d0d7ae84c583c5717946c08;p=lhc%2Fweb%2Fwiklou.git Do not return anything on __construct Change-Id: I47f67ed17112af832b19f7e7538cae3e0b8354ef --- diff --git a/includes/upload/UploadFromChunks.php b/includes/upload/UploadFromChunks.php index d86de79efc..14993023df 100644 --- a/includes/upload/UploadFromChunks.php +++ b/includes/upload/UploadFromChunks.php @@ -62,8 +62,6 @@ class UploadFromChunks extends UploadFromFile { } $this->stash = new UploadStash( $this->repo, $this->user ); } - - return true; } /**