diff options
Diffstat (limited to 'upgrade.php')
-rw-r--r-- | upgrade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.php b/upgrade.php index 8925e7b2d..0ded5e815 100644 --- a/upgrade.php +++ b/upgrade.php @@ -229,7 +229,7 @@ define('CURRENT_DATE', $dbnow); // +-----------------------------------------------------------------------+ include( PHPWG_ROOT_PATH .'include/template.class.php'); -$template = new Template(PHPWG_ROOT_PATH.'admin/themes', 'roma'); +$template = new Template(PHPWG_ROOT_PATH.'admin/themes', 'clear'); $template->set_filenames(array('upgrade'=>'upgrade.tpl')); $template->assign(array( 'RELEASE' => PHPWG_VERSION, |