2 namespace TYPO3\CMS\Install\Controller\Action\Ajax;
29 $this->view->assignMultiple(array(
30 'success' => $this->coreUpdateService->downloadVersion($this->getVersionToHandle()),
31 'status' => $this->coreUpdateService->getMessages(),
33 return $this->view->render();