Skip to content

Commit aae61a8

Browse files
committed
fix identation
1 parent 46f014a commit aae61a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/class.upload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2212,7 +2212,7 @@ function upload($file, $lang = 'en_GB') {
22122212
$this->uploaded = false;
22132213
$this->error = $this->translate('file_error');
22142214
} else {
2215-
$file = (string) $file;
2215+
$file = (string) $file;
22162216
if (substr($file, 0, 4) == 'php:' || substr($file, 0, 5) == 'data:' || substr($file, 0, 7) == 'base64:') {
22172217
$data = null;
22182218

0 commit comments

Comments
 (0)