We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3865393 commit 0335db0Copy full SHA for 0335db0
plugins/system/privacyconsent/privacyconsent.php
@@ -285,7 +285,7 @@ public function onAfterRoute()
285
}
286
287
$option = $this->app->input->getCmd('option');
288
- $task = $this->app->input->get('task');
+ $task = $this->app->input->get('task', '');
289
$view = $this->app->input->getString('view', '');
290
$layout = $this->app->input->getString('layout', '');
291
$id = $this->app->input->getInt('id');
0 commit comments