Code review
The method \Joomla\CMS\Filter\InputFilter\Cli::serialize calls $this->loadAllInputs(); but the method loadAllInputs doesnt exist anywhere in the Joomla (or libraries) code base and therefore would generate a fatal error message.
public function serialize()
{
// Load all of the inputs.
$this->loadAllInputs();
// Remove $_ENV and $_SERVER from the inputs.
$inputs = $this->inputs;
unset($inputs['env']);
unset($inputs['server']);
// Serialize the executable, args, options, data, and inputs.
return serialize(array($this->executable, $this->args, $this->options, $this->data, $inputs));
}joomla-cms/libraries/src/Input/Cli.php
Line 80 in f64e018
| Labels |
Added:
?
|
||
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-03-07 18:37:00 |
| Closed_By | ⇒ | PhilETaylor | |
| Labels |
Added:
No Code Attached Yet
Removed: ? |
||