The variables $app and $data aren't defined in scope. I don't know the context hence could not attempt a fix. May be someone can do that.
PS: Code review based only.
Labels |
Added:
?
|
Category | ⇒ | com_config |
Status | New | ⇒ | Confirmed |
Status | Confirmed | ⇒ | Information Required |
@izharaazmi any Update on above Comment?
If this Issue get no Response, it will be closed at 26th December 2017.
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-12-06 15:56:21 |
Closed_By | ⇒ | franz-wohlkoenig |
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/12768
$app
should be$this->app
.As for
$data
, because of how this task chains into acom_modules
controller and looking at that method's code, it looks like that should be replaced by$this->input->post->get('jform', array(), 'array');
.