mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 08:17:12 +02:00
Bump version to 3.0.224
This commit is contained in:
@@ -79,7 +79,7 @@ class ProcessWire extends Wire {
|
|||||||
* Reversion revision number
|
* Reversion revision number
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
const versionRevision = 223;
|
const versionRevision = 224;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Version suffix string (when applicable)
|
* Version suffix string (when applicable)
|
||||||
@@ -563,7 +563,7 @@ class ProcessWire extends Wire {
|
|||||||
}
|
}
|
||||||
$this->updater = $modules->get('SystemUpdater');
|
$this->updater = $modules->get('SystemUpdater');
|
||||||
if(!$this->updater) {
|
if(!$this->updater) {
|
||||||
$modules->resetCache();
|
$modules->refresh();
|
||||||
$this->updater = $modules->get('SystemUpdater');
|
$this->updater = $modules->get('SystemUpdater');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user