aboutsummaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2007-09-21 09:06:00 +0000
committerpatdenice <patdenice@piwigo.org>2007-09-21 09:06:00 +0000
commitb4a1fa031235a30b018213113f9b76d9e52f0004 (patch)
tree3b493e566e86bf26da4de80fd71917321c611466 /install.php
parent179106efaff17b4fa25667381244ebc46789885e (diff)
0000421 : call a function to create empty local files during install and upgrade
Avoid log errors git-svn-id: http://piwigo.org/svn/trunk@2102 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install.php')
-rw-r--r--install.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/install.php b/install.php
index 19eee1600..33ccec937 100644
--- a/install.php
+++ b/install.php
@@ -204,8 +204,12 @@ include(PHPWG_ROOT_PATH . 'include/config_default.inc.php');
include(PHPWG_ROOT_PATH . 'include/constants.php');
include(PHPWG_ROOT_PATH . 'include/functions.inc.php');
include(PHPWG_ROOT_PATH . 'admin/include/functions.php');
+include(PHPWG_ROOT_PATH . 'admin/include/functions_upgrade.php');
include(PHPWG_ROOT_PATH . 'include/template.php');
+// Create empty local files to avoid log errors
+create_empty_local_files();
+
if ( isset( $_POST['language'] ))
{
$language = strip_tags($_POST['language']);