mirror of
https://github.com/processwire/processwire.git
synced 2025-08-11 09:14:58 +02:00
Bump version to 3.0.207
This commit is contained in:
@@ -79,7 +79,7 @@ class ProcessWire extends Wire {
|
|||||||
* Reversion revision number
|
* Reversion revision number
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
const versionRevision = 206;
|
const versionRevision = 207;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Version suffix string (when applicable)
|
* Version suffix string (when applicable)
|
||||||
|
@@ -43,6 +43,7 @@ class WireTempDir extends Wire {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function __construct($name = '', $basePath = '') {
|
public function __construct($name = '', $basePath = '') {
|
||||||
|
parent::__construct();
|
||||||
if($name) $this->init($name, $basePath);
|
if($name) $this->init($name, $basePath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user