-
Notifications
You must be signed in to change notification settings - Fork 49
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
ErrorException when saving post with no tags #61
Comments
This is the fix.. EloquentPostRepository.php:47
|
Thanks, you can send a PR with this if you want. |
No need for my PR anyway - looks like this issue was addressed in branch 2.0 so just needs merging into master? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Creating a new post without any tags throws the following error:-
production.ERROR: ErrorException: array_diff(): Argument #1 is not an array in /home/asgardcms/public_html/Modules/Tag/Traits/TaggableTrait.php:104
The text was updated successfully, but these errors were encountered: