diff options
Diffstat (limited to '')
-rw-r--r-- | upgrade.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/upgrade.php b/upgrade.php index d06c29205..189a56306 100644 --- a/upgrade.php +++ b/upgrade.php @@ -216,7 +216,6 @@ define('CURRENT_DATE', $dbnow); // | template initialization | // +-----------------------------------------------------------------------+ -include( PHPWG_ROOT_PATH .'include/template.class.php'); $template = new Template(PHPWG_ROOT_PATH.'admin/themes', 'clear'); $template->set_filenames(array('upgrade'=>'upgrade.tpl')); $template->assign(array( |