]> git.mxchange.org Git - friendica.git/blobdiff - mod/register.php
added more spaces (CR request)
[friendica.git] / mod / register.php
index 36ca18948409cbca1bf0c8107c0b57640c2db167..81e8c3ad83927c03bd06fdc6a175eadf7d7c6838 100644 (file)
@@ -5,7 +5,7 @@ require_once('include/bbcode.php');
 require_once('include/user.php');
 
 if(! function_exists('register_post')) {
-function register_post(&$a) {
+function register_post(App $a) {
 
        global $lang;
 
@@ -172,7 +172,7 @@ function register_post(&$a) {
 
 
 if(! function_exists('register_content')) {
-function register_content(&$a) {
+function register_content(App $a) {
 
        // logged in users can register others (people/pages/groups)
        // even with closed registrations, unless specifically prohibited by site policy.