Skip to content

Hide slide for app store if disabled#291

Merged
juliusknorr merged 1 commit intomasterfrom
fix/285/hide-app-store
Mar 23, 2020
Merged

Hide slide for app store if disabled#291
juliusknorr merged 1 commit intomasterfrom
fix/285/hide-app-store

Conversation

@kesselb
Copy link
Contributor

@kesselb kesselb commented Feb 21, 2020

Fix #285

* @return JsonResponse
*/
public function show() {
$appStore =$this->config->getSystemValue('appstoreenabled', true);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$appStore =$this->config->getSystemValue('appstoreenabled', true);
$appStore = $this->config->getSystemValue('appstoreenabled', true);

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed 🙈

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
@juliusknorr
Copy link
Member

/backport to stable18

@backportbot-nextcloud
Copy link

backport to stable18 in #313

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Regression: Hide appstore splash screen when appstoreenabled=false

2 participants