1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-26 08:04:38 +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
*
*/
const versionRevision = 108;
const versionRevision = 109;
/**
* Version suffix string (when applicable)

View File

@@ -336,7 +336,7 @@ class Tfa extends WireData implements Module, ConfigurableModule {
*
*/
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') {
// make sure we call the render from the module that implements TFA
$module = $this->getModule();