]> git.mxchange.org Git - friendica.git/blobdiff - mod/profiles.php
Normalize App parameter declaration (mod folder, 3 out of 3)
[friendica.git] / mod / profiles.php
index bf2f20d2a9bb63c2d403e78098a3eb06b78d1a00..abc9dda5560e1bdd5d54fea48c5326ae5c473ace 100644 (file)
@@ -2,7 +2,7 @@
 require_once("include/Contact.php");
 require_once('include/Probe.php');
 
-function profiles_init(App &$a) {
+function profiles_init(App $a) {
 
        nav_set_selected('profiles');
 
@@ -160,7 +160,7 @@ function profile_clean_keywords($keywords) {
        return $keywords;
 }
 
-function profiles_post(App &$a) {
+function profiles_post(App $a) {
 
        if (! local_user()) {
                notice( t('Permission denied.') . EOL);
@@ -601,7 +601,7 @@ function profile_activity($changed, $value) {
 }
 
 
-function profiles_content(App &$a) {
+function profiles_content(App $a) {
 
        if (! local_user()) {
                notice( t('Permission denied.') . EOL);