diff options
Diffstat (limited to 'upgrade.php')
-rw-r--r-- | upgrade.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/upgrade.php b/upgrade.php index 4b4e9ecbc..d580eb69c 100644 --- a/upgrade.php +++ b/upgrade.php @@ -50,6 +50,7 @@ define('UPGRADES_PATH', PHPWG_ROOT_PATH.'install/db'); include_once(PHPWG_ROOT_PATH.'include/functions.inc.php'); include_once(PHPWG_ROOT_PATH.'admin/include/functions.php'); +include_once(PHPWG_ROOT_PATH . 'include/template.class.php'); // +-----------------------------------------------------------------------+ // | functions | |