1
0
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:
Ryan Cramer
2016-12-02 10:38:49 -05:00
parent 7eddb51bc9
commit 707cd9e735
4 changed files with 210 additions and 13 deletions

View File

@@ -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;