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 ec379432d..b661d5b84 100644 --- a/upgrade.php +++ b/upgrade.php @@ -190,7 +190,7 @@ if (version_compare(PHP_VERSION, REQUIRED_PHP_VERSION, '<')) // +-----------------------------------------------------------------------+ include( PHPWG_ROOT_PATH .'include/template.class.php'); -$template = new Template(PHPWG_ROOT_PATH.'admin/template/goto', 'roma'); +$template = new Template(PHPWG_ROOT_PATH.'admin/themes', 'roma'); $template->set_filenames(array('upgrade'=>'upgrade.tpl')); $template->assign(array( 'RELEASE' => PHPWG_VERSION, |