mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 01:34:31 +02:00
Bump version to 3.0.180
This commit is contained in:
@@ -80,7 +80,7 @@ class ProcessWire extends Wire {
|
|||||||
* Reversion revision number
|
* Reversion revision number
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
const versionRevision = 179;
|
const versionRevision = 180;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Version suffix string (when applicable)
|
* Version suffix string (when applicable)
|
||||||
@@ -578,7 +578,6 @@ class ProcessWire extends Wire {
|
|||||||
$session = $this->wire('session', new Session($this), true);
|
$session = $this->wire('session', new Session($this), true);
|
||||||
$this->initVar('session', $session);
|
$this->initVar('session', $session);
|
||||||
$this->wire('user', $users->getCurrentUser());
|
$this->wire('user', $users->getCurrentUser());
|
||||||
// $this->wire('inputfields', new Inputfields(), false);
|
|
||||||
|
|
||||||
$input = $this->wire('input', new WireInput(), true);
|
$input = $this->wire('input', new WireInput(), true);
|
||||||
if($config->wireInputLazy) $input->setLazy(true);
|
if($config->wireInputLazy) $input->setLazy(true);
|
||||||
|
Reference in New Issue
Block a user