]> git.mxchange.org Git - friendica.git/blobdiff - mod/modexp.php
Merge pull request #3483 from rabuzarus/20170522_-_frio_event_button_fix
[friendica.git] / mod / modexp.php
index 3729e3236cc2460989031b62c83ca91963432514..3c5d1e35818bfc11658e20cf289d18324bd25d6d 100644 (file)
@@ -1,8 +1,10 @@
 <?php
 
+use Friendica\App;
+
 require_once('library/asn1.php');
 
-function modexp_init(&$a) {
+function modexp_init(App $a) {
 
        if($a->argc != 2)
                killme();