-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix broken web setup page #31757
Fix broken web setup page #31757
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm... ok, as @DeepDiver1975 proposed this.
This will need to be copied into example theme and others as well later on.
👍
uh oh, php-cs-fixer not happy |
Codecov Report
@@ Coverage Diff @@
## master #31757 +/- ##
============================================
+ Coverage 63.17% 63.17% +<.01%
- Complexity 18445 18448 +3
============================================
Files 1158 1158
Lines 69288 69294 +6
Branches 1261 1261
============================================
+ Hits 43770 43776 +6
Misses 25148 25148
Partials 370 370
Continue to review full report at Codecov.
|
Stable10: #31766 |
Tested, works 👍 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Fix chicken-egg regression in OC_Defaults
Related Issue
Fixes #31741
Motivation and Context
Broken Web UI
How Has This Been Tested?
git clone git@github.com:owncloud/core.git test-install
cd test-install
make
Expected
Setup page appears
Actual
Error page is printed
Types of changes
Checklist: