mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Antoine Descamps
4c838111b6
Use FileManager::findAll() instead of non existing FileManager::getAll()
I've got a widget calling `File::getFilesOfObject($object)`. The method has been deprecated but a compatibility layer exists, `FileCompat`. `humhub\modules\file\components\FileManager::getAll()` doesn't exist so I assume it's `humhub\modules\file\components\FileManager::findAll()` which should be called. I've fixed a typo and a wrong exception call at the same time.
HumHub - Social Network Kit
HumHub is a feature rich and highly flexible OpenSource Social Network Kit written in PHP.
It's perfect for individual:
- Social Intranets
- Enterprise Social Networks
- Private Social Networks
More information:
Description
Languages
PHP
93.1%
JavaScript
3.9%
CSS
1.7%
Less
1.2%