Skip to content

Commit

Permalink
* Updated transmitMessage to new parent signature with subject.
Browse files Browse the repository at this point in the history
* Updated plugin.info.txt.
  • Loading branch information
wilminator committed Jun 28, 2018
1 parent f61a156 commit 9f96acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helper.php
Expand Up @@ -99,7 +99,7 @@ public function canTransmitMessage(){
/**
* Transmit the message via email to the address on file.
*/
public function transmitMessage($message, $force = false){
public function transmitMessage($subject, $message, $force = false){
if (!$this->canUse() && !$force) { return false; }
$number = $this->_settingGet("phone", null);
if (!$number) {
Expand Down
2 changes: 1 addition & 1 deletion plugin.info.txt
@@ -1,7 +1,7 @@
base twofactorsmsappliance
author Michael Wilmes
email mwilmes@avc.edu
date 2016-01-06
date 2018-06-28
name Two Factor Authentication - SMS Appliance Plugin
desc SMS appliance support plugin for the Twofactor authentication plugin.
url https://www.dokuwiki.org/plugin:twofactorsmsappliance

0 comments on commit 9f96acf

Please sign in to comment.