mirror of
https://github.com/friendica/friendica
synced 2025-04-26 11:50:11 +00:00
Code standards
This commit is contained in:
parent
682456c7d1
commit
f7b6fef197
2 changed files with 5 additions and 5 deletions
|
@ -130,10 +130,10 @@ class StorageManager
|
|||
}
|
||||
$ref = $dest::put($data);
|
||||
|
||||
if ($ref !== "") {
|
||||
$ru = DBA::update($table, ["backend-class" => $dest, "backend-ref" => $ref, "data" => ""], ["id" => $id]);
|
||||
if ($ref !== '') {
|
||||
$ru = DBA::update($table, ['backend-class' => $dest, 'backend-ref' => $ref, 'data' => ''], ['id' => $id]);
|
||||
if ($ru) {
|
||||
if ($backendClass !== "") {
|
||||
if ($backendClass !== '') {
|
||||
$backendClass::delete($backendRef);
|
||||
}
|
||||
$moved++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue