There is a missing $ at line 221 (for 4.5 and cvs)
Obviously I can't read line-numbers correctly, it really is closer to line 160. In the function "filemanager_add_file", the assignment $file->size = size; should have a $ before the second size.
$file->size = size;
Patch applied and migrated to 4.5 branch
Comments
Comment #1
pz commentedObviously I can't read line-numbers correctly, it really is closer to line 160. In the function "filemanager_add_file", the assignment
$file->size = size;should have a $ before the second size.Comment #2
ccourtne commentedPatch applied and migrated to 4.5 branch
Comment #3
(not verified) commented