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

Add a Comment

Login with GitHub to post a comment