mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:50:20 +00:00
Various feedback items
- Add logger call on theme install failure - Add todo in Module\Admin\DBSync
This commit is contained in:
parent
71546705f8
commit
6df37afb82
2 changed files with 2 additions and 0 deletions
|
@ -177,6 +177,7 @@ class Theme
|
|||
|
||||
return true;
|
||||
} catch (\Exception $e) {
|
||||
Logger::error('Theme installation failed', ['theme' => $theme, 'error' => $e->getMessage()]);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue