]> 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 0c5a0331884ea72bfba524a6809f33aed2987a99..3c5d1e35818bfc11658e20cf289d18324bd25d6d 100644 (file)
@@ -1,10 +1,12 @@
 <?php
 
+use Friendica\App;
+
 require_once('library/asn1.php');
 
 function modexp_init(App $a) {
 
-       if ($a->argc != 2)
+       if($a->argc != 2)
                killme();
 
        $nick = $a->argv[1];