mirror of
https://github.com/slawkens/myaac.git
synced 2025-06-13 16:24:29 +02:00
Add executing missing migration on install
This fixes missing rules on clean install (cherry picked from commit 8e04328482d1888256dd22362332078fb23f6a61)
This commit is contained in:
parent
2f52e5d9f3
commit
b15c213890
@ -91,6 +91,7 @@ require_once SYSTEM . 'migrations/22.php';
|
||||
|
||||
// add myaac_pages pages
|
||||
require_once SYSTEM . 'migrations/27.php';
|
||||
require_once SYSTEM . 'migrations/30.php';
|
||||
|
||||
$locale['step_finish_desc'] = str_replace('$ADMIN_PANEL$', generateLink(str_replace('tools/', '',ADMIN_URL), $locale['step_finish_admin_panel'], true), $locale['step_finish_desc']);
|
||||
$locale['step_finish_desc'] = str_replace('$HOMEPAGE$', generateLink(str_replace('tools/', '', BASE_URL), $locale['step_finish_homepage'], true), $locale['step_finish_desc']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user