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

Check $defaultLayout is an array when generating default dashboard #14596

Merged
merged 1 commit into from Jul 1, 2019

Conversation

tsteur
Copy link
Member

@tsteur tsteur commented Jul 1, 2019

fix #14595

Not sure why it wouldn't be an array. Even when using json_decode($defaultLayout); compared to json_decode($defaultLayout, true); it is an array on my instance and works nicely. Just in case there is some other plugin installed that changes it maybe, check if it is an array

fix #14595

Not sure why it wouldn't be an array. Even when using ` json_decode($defaultLayout);` compared to ` json_decode($defaultLayout, true);` it is an array on my instance and works nicely. Just in case there is some other plugin installed that changes it maybe, check if it is an array
@tsteur tsteur added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Jul 1, 2019
@tsteur tsteur added this to the 3.10.0 milestone Jul 1, 2019
@mattab mattab merged commit dd92f7a into 3.x-dev Jul 1, 2019
@mattab mattab deleted the 14595 branch July 1, 2019 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Archiving (cron task) is out since Matomo version: 3.10.0-rc5
2 participants