Skip to content

Commit

Permalink
Cache::deleteProfiles() in install.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w authored Aug 21, 2024
1 parent b6b321b commit 1906d16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
use rex_sql;
use rex_yform_manager_table_api;
use Url\Profile;
use Url\Cache;

/** @var rex_addon $this */

Expand Down Expand Up @@ -104,6 +105,8 @@
$this->includeFile(__DIR__ . '/install/url_profile_entry.php', $subScriptParams);
}

Cache::deleteProfiles();

// URL-Profile als installiert markieren
rex_config::set('neues', 'url_profile', true);
}
Expand Down

0 comments on commit 1906d16

Please sign in to comment.