srchub

srchub Commit Details


Date:2016-10-02 11:17:33 (8 years 2 months ago)
Author:Natalie Adams
Branch:master
Commit:84547905d613b724da8dba198b20b27e5cf56b7c
Parents: ce03e17d58e1a1e6d1523c4194c820236d74902e
Message:Issue 163: Filesize shown for external files

Changes:

File differences

indefero/src/IDF/Upload.php
215215
216216
217217
218
218
219
219220
220221
221222
if ($this->ext_file == "") {
$this->md5 = md5_file ($this->getFullPath());
} else {
$this->filesize = $this->getRemoteFilesize($this->ext_file, false);
$this->filesize = max(0, $this->getRemoteFilesize($this->ext_file, false));
}
}
}

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05203s using 20 queries.