-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
3.11.3
MDL-69355 introduced error handling to lib/filelib.php:readfile_accel():
if ($buffercontents !== '') { |
error_log('Non-empty default output handler buffer detected while serving the file ' . $file); |
}
|
But $file can be either a string or a stored_file instance. If it's the latter then you'll get Object of class stored_file could not be converted to string.