1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-26 16:14:35 +02:00

Bump version to 3.0.109

This commit is contained in:
Ryan Cramer
2018-08-03 12:45:52 -04:00
parent f61bca5d9f
commit c9a210ec35
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ class ProcessWire extends Wire {
* Reversion revision number * Reversion revision number
* *
*/ */
const versionRevision = 108; const versionRevision = 109;
/** /**
* Version suffix string (when applicable) * Version suffix string (when applicable)

View File

@@ -336,7 +336,7 @@ class Tfa extends WireData implements Module, ConfigurableModule {
* *
*/ */
public function ___render() { public function ___render() {
$this->message($this->_('Please enter your authentication code to complete login.')); // $this->message($this->_('Please enter your authentication code to complete login.'));
if($this->className() == 'Tfa') { if($this->className() == 'Tfa') {
// make sure we call the render from the module that implements TFA // make sure we call the render from the module that implements TFA
$module = $this->getModule(); $module = $this->getModule();