Skip to content

Commit 0c7a4ca

Browse files
committed
fix identation
1 parent fcd492d commit 0c7a4ca

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
@@ -2213,7 +2213,7 @@ function upload($file, $lang = 'en_GB') {
22132213
$this->uploaded = false;
22142214
$this->error = $this->translate('file_error');
22152215
} else {
2216-
$file = (string) $file;
2216+
$file = (string) $file;
22172217
if (substr($file, 0, 4) == 'php:' || substr($file, 0, 5) == 'data:' || substr($file, 0, 7) == 'base64:') {
22182218
$data = null;
22192219

0 commit comments

Comments
 (0)