mirror of
https://github.com/processwire/processwire.git
synced 2025-08-08 15:57:01 +02:00
Expand upon the Page::url() method to include an $options argument that adds many new capabilities.
This commit is contained in:
@@ -104,7 +104,8 @@ class Installer {
|
||||
|
||||
case 4: $this->dbSaveConfig(); break;
|
||||
|
||||
case 5: require("./index.php");
|
||||
case 5: require("./index.php");
|
||||
/** @var ProcessWire $wire */
|
||||
$this->adminAccountSave($wire);
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user