Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable23] fix loading legacy app.php with multi app dir #33277

Merged
merged 1 commit into from
Jul 19, 2022

Conversation

backportbot-nextcloud[bot]
Copy link

backport of #33270

- requireAppFile() only appends /appinfo/app.php
- without the absolute path, require_once looks into include_path
- the first match in inlcude_path however migth be different from appPath
- fixed by providing the tested(!), full path to the app


Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
@blizzz blizzz added the 4. to release Ready to be released and/or waiting for tests to finish label Jul 19, 2022
@blizzz blizzz merged commit 353f6d8 into stable23 Jul 19, 2022
@blizzz blizzz deleted the backport/33270/stable23 branch July 19, 2022 07:58
@blizzz blizzz mentioned this pull request Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish bug feature: apps management
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants