Skip to content
Snippets Groups Projects
Commit 9417be12 authored by Jared Hancock's avatar Jared Hancock
Browse files

AttachmentChunkedData::read no longer uses $length

parent 84ad40e1
No related branches found
No related tags found
No related merge requests found
......@@ -244,7 +244,7 @@ class AttachmentChunkedData {
return $length;
}
function read($length=CHUNK_SIZE) {
function read() {
# Read requested length of data from attachment chunks
list($buffer) = @db_fetch_row(db_query(
'SELECT filedata FROM '.FILE_CHUNK_TABLE.' WHERE file_id='
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment