Feature No Code Attached Yet
avatar HLeithner
HLeithner
3 Jun 2024

Joomla updater has code for old CMS Version, was useful for Versions < 4.0

$reflection = new \ReflectionObject($updater);
$reflectionMethod = $reflection->getMethod('findUpdates');
$methodParameters = $reflectionMethod->getParameters();
if (\count($methodParameters) >= 4) {

I would expect that this code part could be removed.

avatar HLeithner HLeithner - open - 3 Jun 2024
avatar joomla-cms-bot joomla-cms-bot - change - 3 Jun 2024
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 3 Jun 2024
avatar Hackwar Hackwar - change - 28 Nov 2024
Labels Added: Feature
avatar Hackwar Hackwar - labeled - 28 Nov 2024
avatar Hackwar
Hackwar - comment - 28 Nov 2024

Marking this as feature, since it isn't technically a bug and would have to be done in a minor or major version.

avatar HLeithner HLeithner - change - 21 Feb 2026
Status New Closed
Closed_Date 0000-00-00 00:00:00 2026-02-21 19:47:54
Closed_By HLeithner
avatar HLeithner HLeithner - close - 21 Feb 2026

Add a Comment

Login with GitHub to post a comment