TYPO3 CMS  TYPO3_6-2
CoreUpdateMove.php
Go to the documentation of this file.
1 <?php
3 
21 
27  protected function executeAction() {
28  $this->view->assignMultiple(array(
29  'success' => $this->coreUpdateService->moveVersion($this->getVersionToHandle()),
30  'status' => $this->coreUpdateService->getMessages(),
31  ));
32  return $this->view->render();
33  }
34 }