mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 14:31:04 +00:00
Move FileBrowser to own namespace & Bugfix album usage
This commit is contained in:
parent
6fb41f9429
commit
2f0671ee6e
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ function rendertime_page_end(App $a, string &$o)
|
|||
$duration = microtime(true) - $profiler->get('start');
|
||||
|
||||
$ignored_modules = [
|
||||
\Friendica\Module\Profile\Photos\Browser::class,
|
||||
\Friendica\Module\Profile\Attachment\Browser::class,
|
||||
\Friendica\Module\Media\PhotosBrowser::class,
|
||||
\Friendica\Module\Media\AttachmentBrowser::class,
|
||||
];
|
||||
$ignored = in_array(DI::router()->getModuleClass(), $ignored_modules);
|
||||
|
||||
|
|
Loading…
Reference in a new issue