mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-31901: Fix trailing whitespace
This commit is contained in:
parent
6a0d7194f7
commit
1082e7daf7
1 changed files with 1 additions and 1 deletions
|
@ -1591,7 +1591,7 @@ function mimeinfo_from_type($element, $mimetype) {
|
||||||
$mimeinfo = & get_mimetypes_array();
|
$mimeinfo = & get_mimetypes_array();
|
||||||
|
|
||||||
if (!array_key_exists($mimetype, $cached)) {
|
if (!array_key_exists($mimetype, $cached)) {
|
||||||
$cached[$mimetype] = null;
|
$cached[$mimetype] = null;
|
||||||
foreach($mimeinfo as $filetype => $values) {
|
foreach($mimeinfo as $filetype => $values) {
|
||||||
if ($values['type'] == $mimetype) {
|
if ($values['type'] == $mimetype) {
|
||||||
if ($cached[$mimetype] === null) {
|
if ($cached[$mimetype] === null) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue