Open the file /libraries/fof/integration/joomla/platform.php and search the string JFactory::getApplication()->isAdmin()
The string is not found, because the method JApplicationCms->isAdmin() is deprecated and must be replaced with JApplicationCms->isClient('administrator').
The string is found at lines 151 and 820.
Joomla! 3.7.1.
| Labels |
Added:
?
|
||
| Priority | Medium | ⇒ | Low |
| Category | ⇒ | Libraries |
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-26 06:26:02 |
| Closed_By | ⇒ | zero-24 |
As this is unmaintained 3rd party code as well it is going to be removed in joomla 4.0. I think we are save here. As the old method is also included until 4.0 :)
Closing for that reason thanks.