Remove deprecated method #267

Merged
deblan merged 1 commit from vitormattos/side_menu:feature/remove-deprecated-method into develop 2023-07-11 17:46:41 +02:00
Contributor

Fix the follow error:

Message: Call to undefined method OC_App::getNavigation() in file '/var/www/html/apps-extra/side_menu/lib/Service/AppRepository.php' line 54

Reference: 167763d312

This problem only occur with Nextcloud 28

Fix the follow error: ``` Message: Call to undefined method OC_App::getNavigation() in file '/var/www/html/apps-extra/side_menu/lib/Service/AppRepository.php' line 54 ``` Reference: https://github.com/nextcloud/server/commit/167763d3125779fc642f7b169389dea029bb73ed This problem only occur with Nextcloud 28
vitormattos added 1 commit 2023-07-10 20:35:20 +02:00
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
04af12691c
Remove deprecated method
Fix the follow error:

```
Message: Call to undefined method OC_App::getNavigation() in file '/var/www/html/apps-extra/side_menu/lib/Service/AppRepository.php' line 54
```

Reference: 167763d312

Signed-off-by: Vitor Mattos <vitor@php.rio>
deblan merged commit 0b3d2d9781 into develop 2023-07-11 17:46:41 +02:00
Owner

Thanks!

Thanks!
Sign in to join this conversation.
No description provided.