mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 03:09:58 +03:00
Fix #347 Missing Template class in install.php
This commit is contained in:
parent
bc196ef0a4
commit
3e7964b628
2 changed files with 2 additions and 0 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue