]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile.php
Bugfix for pull request 3125
[friendica.git] / mod / profile.php
index 32d3985b7f844f11bd4618290a965af737bd8ab0..5dd8293c7fd0613d083f6b93dfcbb5a5f4df502e 100644 (file)
@@ -4,7 +4,7 @@ require_once('include/contact_widgets.php');
 require_once('include/redir.php');
 
 
-function profile_init(App &$a) {
+function profile_init(App $a) {
 
        if(! x($a->page,'aside'))
                $a->page['aside'] = '';
@@ -71,7 +71,7 @@ function profile_init(App &$a) {
 }
 
 
-function profile_content(&$a, $update = 0) {
+function profile_content(App $a, $update = 0) {
 
        $category = $datequery = $datequery2 = '';