Skip to content

Commit

Permalink
fix: install
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineLemarchand committed Oct 25, 2024
1 parent 689058d commit c8cec8b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions inc/config.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ static function install() {
$addquery = <<<SQL
INSERT INTO `$table` (name, value)
VALUES ('url', ''),
('key', ''),
('duplicate', 'id')
('key', ''),
('duplicate', 'id'),
('use_group_regex', '0'),
('group_regex', '')
SQL;

$DB->queryOrDie($addquery, $DB->error());
Expand Down

0 comments on commit c8cec8b

Please sign in to comment.