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.

Add a Comment

Login with GitHub to post a comment