Skip to content

Commit e57dc08

Browse files
committed
Oops, the method call should not have been removed
1 parent 482b468 commit e57dc08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

administrator/components/com_joomlaupdate/src/Controller/DisplayController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ public function display($cachable = false, $urlparams = false)
4646
// Get and render the view.
4747
if ($view = $this->getView($vName, $vFormat))
4848
{
49+
ClientHelper::setCredentialsFromRequest('ftp');
50+
4951
// Get the model for the view.
5052
/** @var \Joomla\Component\Joomlaupdate\Administrator\Model\UpdateModel $model */
5153
$model = $this->getModel('Update');

0 commit comments

Comments
 (0)