]> git.mxchange.org Git - friendica.git/blobdiff - mod/regmod.php
The first queries are replaced with the new functions. More to come ...
[friendica.git] / mod / regmod.php
index 44bdfe66449029aa9bc1b6380afcb44f8ff6fa10..884790458127285eba43016e92f0e31abb3968e3 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 
+use Friendica\App;
+
 require_once('include/enotify.php');
 require_once('include/user.php');
 
@@ -97,7 +99,7 @@ function user_deny($hash) {
 
 }
 
-function regmod_content(App &$a) {
+function regmod_content(App $a) {
 
        global $lang;