Normalize App parameter declaration (mod folder, 3 out of 3)

This commit is contained in:
Hypolite Petovan
2017-01-09 23:14:55 +11:00
parent ee39aba490
commit a7ce601580
41 changed files with 78 additions and 78 deletions
+3 -3
View 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);