User tests: Successful: Unsuccessful:
This fixes the issue described in: #6250
Summary: Tags search plugin uses frontend tag model but in fact you cannot instantiate a different application when another one is already loaded in JFactory
so $app = JFactory::getApplication('site');
is returning a JApplicationAdministrator
instance that does not contain the method to get the page params.
As allowing to get the site application from backend is not an easy task (and I don't really think we need it) this makes things work.
Labels |
Added:
?
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-03-07 07:49:25 |
Milestone |
Added: |
Looks fine. Can be mergd (not at PC atm)