? PHP 8.x ? Pending

User tests: Successful: Unsuccessful:

avatar janschoenherr
janschoenherr
17 Feb 2023

Fix deprecation warning with PHP 8.1+

Summary of Changes

If a replacement string is used, but no 'quicktask' is defined $params->get('menu-quicktask') will return null which triggers:

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in administrator/components/com_menus/src/Helper/MenusHelper.php on line 894

Actual result BEFORE applying this Pull Request

deprecation warning with PHP 8.1+

Expected result AFTER applying this Pull Request

No deprecation warning with PHP 8.1+

Link to documentations

  • Documentation link for docs.joomla.org:

  • No documentation changes for docs.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

avatar joomla-cms-bot joomla-cms-bot - change - 17 Feb 2023
Category Administration com_menus
avatar janschoenherr janschoenherr - open - 17 Feb 2023
avatar janschoenherr janschoenherr - change - 17 Feb 2023
Status New Pending
avatar janschoenherr janschoenherr - change - 17 Feb 2023
The description was changed
avatar janschoenherr janschoenherr - edited - 17 Feb 2023
avatar janschoenherr janschoenherr - change - 17 Feb 2023
The description was changed
avatar janschoenherr janschoenherr - edited - 17 Feb 2023
avatar janschoenherr janschoenherr - change - 17 Feb 2023
The description was changed
avatar janschoenherr janschoenherr - edited - 17 Feb 2023
avatar joomdonation joomdonation - test_item - 17 Feb 2023 - Tested successfully
avatar joomdonation
joomdonation - comment - 17 Feb 2023

I have tested this item successfully on 5587796

Code review !


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

avatar alikon alikon - test_item - 17 Feb 2023 - Tested successfully
avatar alikon
alikon - comment - 17 Feb 2023

I have tested this item successfully on 5587796


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

avatar Quy Quy - change - 17 Feb 2023
Status Pending Ready to Commit
Labels Added: ?
avatar Quy
Quy - comment - 17 Feb 2023

RTC


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

avatar wilsonge wilsonge - close - 17 Feb 2023
avatar wilsonge wilsonge - merge - 17 Feb 2023
avatar wilsonge wilsonge - change - 17 Feb 2023
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2023-02-17 17:16:22
Closed_By wilsonge
Labels Added: ? PHP 8.x

Add a Comment

Login with GitHub to post a comment