? ? Pending

User tests: Successful: Unsuccessful:

avatar joomdonation
joomdonation
5 Mar 2017

Pull Request for Issue # .

Summary of Changes

The method JPath::check() https://github.com/joomla/joomla-cms/blob/staging/libraries/joomla/filesystem/path.php#L165 only has one parameter but we are passing two parameters in the method call and it is wrong. This PR just fixes that typo.

Testing Instructions

Code review

avatar joomdonation joomdonation - open - 5 Mar 2017
avatar joomdonation joomdonation - change - 5 Mar 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 5 Mar 2017
Category Libraries
avatar wojsmol wojsmol - test_item - 5 Mar 2017 - Tested successfully
avatar wojsmol
wojsmol - comment - 5 Mar 2017

I have tested this item successfully on 75eea74


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/14351.

avatar infograf768
infograf768 - comment - 6 Mar 2017

test instructions?

avatar joomdonation
joomdonation - comment - 7 Mar 2017

@infograf768 Since it changes one line of code in JViewLegacy, for human testing, try to access to articles list in backend, then add or edit an article, if it works, then the test could be marked as success

As I mentioned, the test can be done by code review. In the method code, we only have one parameter, but in method call, we are passing two parameters and it is clearly wrong. (If you use an IDE like phpstorm, it will complain about the error and you can easily see it).

avatar alikon alikon - test_item - 7 Mar 2017 - Tested successfully
avatar alikon
alikon - comment - 7 Mar 2017

I have tested this item successfully on 75eea74


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/14351.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 7 Mar 2017

@infograf768 RTC as there are 2 successfully Tests?

avatar infograf768 infograf768 - change - 7 Mar 2017
Status Pending Ready to Commit
avatar infograf768
infograf768 - comment - 7 Mar 2017

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/14351.

avatar wilsonge wilsonge - change - 9 Mar 2017
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2017-03-09 14:48:28
Closed_By wilsonge
Labels Added: ? ?
avatar wilsonge wilsonge - close - 9 Mar 2017
avatar wilsonge wilsonge - merge - 9 Mar 2017
avatar joomdonation
joomdonation - comment - 9 Mar 2017

Thanks everyone :)

Add a Comment

Login with GitHub to post a comment