We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19bc20e commit 30415b8Copy full SHA for 30415b8
src/controllers/UploadController.php
@@ -61,7 +61,7 @@ private function proceedSingleUpload($file)
61
->save($new_file_path, 90);
62
63
$this->makeThumb($new_filename);
64
- }
+ }
65
{
66
chmod($file->getRealPath(), 0644); // TODO configurable
67
File::move($file->getRealPath(), $new_file_path);
@@ -168,7 +168,7 @@ function getUrlParam(paramName) {
168
</script>";
169
}
170
171
- private function _pathinfo($path, $options = null)
+ private function _pathinfo($path, $options = null)
172
173
$path = urlencode($path);
174
$parts = is_null($options) ? pathinfo($path) : pathinfo($path, $options);
0 commit comments