X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fotp.php;h=143eb6bdc189c05d0362761e1012b9f51e2cd4ff;hb=f1351844e80d2aef579309fb74b5f6a9c9ece874;hp=c44f3673ae7524f2902158a67fa645dcfec10fb9;hpb=220b51d8be61e9bd316567f3ad03fffdbc4b7526;p=quix0rs-gnu-social.git diff --git a/actions/otp.php b/actions/otp.php index c44f3673ae..143eb6bdc1 100644 --- a/actions/otp.php +++ b/actions/otp.php @@ -53,7 +53,7 @@ class OtpAction extends Action var $returnto; var $lt; - function prepare($args) + function prepare(array $args=array()) { parent::prepare($args); @@ -110,7 +110,7 @@ class OtpAction extends Action return true; } - function handle($args) + function handle(array $args=array()) { parent::handle($args);