[svn r12769] activated action and display classes for upgrade wizard

skala
Evie Embrechts 18 years ago
parent 88578a189b
commit 25d44001a3
  1. 4
      main/install/upgrade.php

@ -897,10 +897,10 @@ $defaults['old_version_path'] = '';
$wizard->setDefaults($defaults);
// Add the process action to the wizard
//$wizard->addAction('process', new ActionProcess());
$wizard->addAction('process', new ActionProcess());
// Add the display action to the wizard
//$wizard->addAction('display', new ActionDisplay());
$wizard->addAction('display', new ActionDisplay());
// Set the installation language
$install_language = $wizard->exportValue('page_language', 'install_language');

Loading…
Cancel
Save