mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-22 18:28:26 +00:00
apply Scrutinizer fix
This commit is contained in:
parent
9c5ba6ffc3
commit
fc4a92e6a4
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ class S3Storage extends AbstractData
|
|||
error_log('failed to read ' . $pasteid . ' from ' . $this->_bucket . ', ' .
|
||||
trim(preg_replace('/\s\s+/', ' ', $e->getMessage())));
|
||||
} catch (JsonException $e) {
|
||||
error_log('failed to JSON decode ' . $key . ', ' . $e->getMessage());
|
||||
error_log('failed to JSON decode ' . $pasteid . ', ' . $e->getMessage());
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue