1
0
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:
Ryan Cramer
2017-09-20 06:43:38 -04:00
parent 2a3be7209c
commit 4560ed2997
2 changed files with 5 additions and 4 deletions

View File

@@ -109,6 +109,7 @@ class Installer {
case 5: require("./index.php");
/** @var ProcessWire $wire */
$wire->modules->refresh();
$this->adminAccountSave($wire);
break;