ConsoleApplication (extending Application) calls parent::__construct($input, $config);
But, Application constructor is __construct(Registry $config = null);
Then, Application (extending AbstractApplication) calls parent::__construct(null, $config);
Configuration properly managed in ConsoleApplication.
The config is being lost.
J4 A5
Sooner or later yes, after a composer update
is done updating the joomla/console
package.
Closed_By | Quy | ⇒ | joomla-cms-bot |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-11-16 20:34:26 |
Closed_By | ⇒ | Quy |
Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23038
is this related to #22931 joomla-framework/application#84 @mbabker