mirror of
https://github.com/friendica/friendica
synced 2025-04-22 17:10:11 +00:00
Reformat code
- Reformat Console\Storage - Reformat Core\StorageManager - Simplify logic in Worker\CronJobs
This commit is contained in:
parent
3a0a6cd659
commit
f225a6c51a
3 changed files with 44 additions and 56 deletions
|
@ -23,7 +23,7 @@ class StorageManager
|
|||
|
||||
private static function setup()
|
||||
{
|
||||
if (count(self::$backends)==0) {
|
||||
if (count(self::$backends) == 0) {
|
||||
self::$backends = Config::get('storage', 'backends', self::$default_backends);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue