]> git.mxchange.org Git - friendica.git/blobdiff - mod/newmember.php
added more curly braces + space between "if" and brace
[friendica.git] / mod / newmember.php
index aa55c3a098804f7e77e696e07167ecf35c9c7ad1..1ef0985066e1971bdedee1e4a2ba80b02aeb2297 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function newmember_content(&$a) {
+function newmember_content(App &$a) {
 
 
        $o = '<h1>' . t('Welcome to Friendica') . '</h1>';