? Pending

User tests: Successful: Unsuccessful:

avatar alikon
alikon
27 Feb 2020

Pull Request for Issue #28111 (1).

Summary of Changes

php 7.4 fix notice

Testing Instructions

visit url administrator/index.php?option=com_joomlaupdate with php 7.4
you'll get Notice: Trying to access array offset on value of type bool in administrator\components\com_joomlaupdate\src\View\Joomlaupdate\HtmlView.php on line 143

on php 7.3
$this->ftp['enabled'] is null
but
$ftp['enabled'] is false

code review

Expected result

no notice

Actual result

Notice

avatar alikon alikon - open - 27 Feb 2020
avatar alikon alikon - change - 27 Feb 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 27 Feb 2020
Category Administration com_joomlaupdate
avatar alikon alikon - change - 27 Feb 2020
Labels Added: ?
avatar SharkyKZ
SharkyKZ - comment - 27 Feb 2020

This is already fixed in staging.

avatar Quy
Quy - comment - 27 Feb 2020

See PR #27219 from staging.

avatar SharkyKZ
SharkyKZ - comment - 27 Feb 2020

Because your fix is wrong. It should be the other way around. $this->ftp is also used in the layouts.

avatar alikon alikon - change - 27 Feb 2020
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2020-02-27 20:50:45
Closed_By alikon
avatar alikon alikon - close - 27 Feb 2020
avatar alikon
alikon - comment - 27 Feb 2020

quite confused so let me close it

Add a Comment

Login with GitHub to post a comment