User tests: Successful: Unsuccessful:
Note this requires testing of #3548 before this can be merged for changes in the libraries folder of Joomla to change the method to call statically for JApplication(Site/Administrator)::getRouter() instead of non-statically (it's not a b/c break as the method is already static - we're not calling it as such however)
Labels |
Added:
?
?
|
Description | <p>Note this requires testing of <a href="https://github.com/joomla/joomla-cms/pull/3548" class="issue-link" title="[#33688] JApplicationCms::getRouter is a static method">#3548</a></p> | ⇒ | <p>Note this requires testing of <a href="https://github.com/joomla/joomla-cms/pull/3548" class="issue-link" title="[#33688] JApplicationCms::getRouter is a static method">#3548</a> before this can be merged for changes in the libraries folder of Joomla to change the method to call statically for JApplication(Site/Administrator)::getRouter() instead of non-statically (it's not a b/c break as the method is already static - we're not calling it as such however)</p> |
Looks good, lets fix those tests! :)
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-05-05 17:52:46 |
Further explanation:
This PR contains #3548
Therefore #3548 is only for testing