Skip to content

Commit

Permalink
Merge pull request #40 from LoicMo43/main
Browse files Browse the repository at this point in the history
Update config.xml
  • Loading branch information
NicolasBarbey authored Jan 8, 2025
2 parents be8ec3b + 925ffac commit 092aa0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Config/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<descriptive locale="fr_FR">
<title>Gérer la réécriture d'url</title>
</descriptive>
<version>2.1.10</version>
<version>2.1.11</version>
<author>
<name>Vincent Lopes, Gilles Bourgeat, Tom Pradat</name>
<email>vlopes@openstudio.fr, gbourgeat@openstudio.fr, tpradat@openstudio.fr</email>
Expand Down
2 changes: 1 addition & 1 deletion RewriteUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function preActivation(ConnectionInterface $con = null)
if (!$this->getConfigValue('is_initialized', false)) {
$database = new Database($con);

$database->insertSql(null, array(__DIR__ . '/Config/thelia.sql'));
$database->insertSql(null, array(__DIR__ . '/Config/TheliaMain.sql'));

$this->setConfigValue('is_initialized', true);
}
Expand Down

0 comments on commit 092aa0b

Please sign in to comment.