fix upgrade feed sql error
git-svn-id: http://piwigo.org/svn/trunk@11398 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
4d4ed341d1
commit
60cbc4c181
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue