Fix error : JUser tryAuthorise does not exists #4723
Merged
Conversation
There is no "tryAuthorise" function for the JUser class but there is one in the Kunena category. Regarding the parameters, it looks like it was designed to be the call to the JUser authorise function.
its kunena user, not joomla. See: https://github.com/Kunena/Kunena-Forum/blob/K5.0/src/libraries/kunena/user/user.php#L181 |
Okay, Kunena User also have tryAuthorise. But the " $this->user " in the view IS a Joomla user object. It is used like that in other lines in the view. Like: You just have to do the described test and you will have the same fatal error I had ; error which have this PR as result. |
you are right, will merge it. |
810
pushed a commit
to 810/Kunena-Forum
that referenced
this pull request
Oct 10, 2016
810
added a commit
that referenced
this pull request
Oct 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Summary of Changes
There is no "tryAuthorise" function for the JUser class but there is one in the Kunena category.
Regarding the parameters, it looks like it was designed to be the call to the JUser authorise function.
Testing Instructions
With an account, edit a Kunena category.
With another account, go in the category listing, in a page where you can see the category under edition.