From 3e7964b6289a2a4e3e062c4c9cd5f58f9464bede Mon Sep 17 00:00:00 2001 From: mistic100 Date: Tue, 15 Sep 2015 19:28:05 +0200 Subject: Fix #347 Missing Template class in install.php --- upgrade.php | 1 + 1 file changed, 1 insertion(+) (limited to 'upgrade.php') 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 | -- cgit v1.2.3