mirror of
https://github.com/processwire/processwire.git
synced 2025-08-08 07:47:00 +02:00
Fix issue processwire/processwire-issues#377 where install of non-native site profile with 3rd party Fieldtype modules could produce error messages at install time
This commit is contained in:
@@ -109,6 +109,7 @@ class Installer {
|
||||
|
||||
case 5: require("./index.php");
|
||||
/** @var ProcessWire $wire */
|
||||
$wire->modules->refresh();
|
||||
$this->adminAccountSave($wire);
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user