User tests: Successful: Unsuccessful:
Pull Request for Issue #20203 .
Because $name attribute in \Joomla\CMS\Application\CMSApplication::getPathway is deprecated, \Joomla\CMS\Application\SiteApplication::getPathway should also not provide a hardcoded name.
$app = JFactory::getApplication();
$pathway = $app->getPathway();
//debug
echo '<pre>';
var_dump($pathway);
echo '</pre>';
Behavior like before, but no deprecated message in log file.
Deprecated message 'Name attribute is deprecated, in the future fetch the pathway through the respective application' in log, when Factory::getApplication()->getPathway();
is used without attributes.
I don't think so.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Title |
|
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Title |
|
@HLeithner please a final response
1 year old rtc pr
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-05-10 12:45:16 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
?
Removed: J3 Issue |
changed Title to be clear what this PR is about.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/20206.