aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-06-16 20:39:34 +0000
committerrvelices <rv-github@modusoptimus.com>2011-06-16 20:39:34 +0000
commit60cbc4c18184d0115caa5dd0a5be99dc20aed550 (patch)
tree8d8b6f7b16f1668226196806550063623f8cf536 /install
parent4d4ed341d115abc99a3264942487883c940ac42b (diff)
fix upgrade feed sql error
git-svn-id: http://piwigo.org/svn/trunk@11398 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install')
-rw-r--r--install/db/107-database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/db/107-database.php b/install/db/107-database.php
index 46aaecadb..9fc3515f7 100644
--- a/install/db/107-database.php
+++ b/install/db/107-database.php
@@ -29,7 +29,7 @@ if (!defined('PHPWG_ROOT_PATH'))
$upgrade_description = 'Display new icons next albums and pictures';
$query = '
-INSERT INTO piwigo_config (param,value,comment)
+INSERT INTO '.PREFIX_TABLE.'config (param,value,comment)
VALUES (\'index_new_icon\',\'true\',\'Display new icons next albums and pictures\')
;';
pwg_query($query);