]> git.mxchange.org Git - friendica.git/blobdiff - mod/profperm.php
Removed unused template variable
[friendica.git] / mod / profperm.php
index 0a4b3e9a470697555d1def50a565f3dbaf75c9b4..c67a0202e057921882477fbf9d55fcec0d726c60 100644 (file)
@@ -1,6 +1,8 @@
 <?php
 
-function profperm_init(&$a) {
+use Friendica\App;
+
+function profperm_init(App $a) {
 
        if (! local_user()) {
                return;
@@ -14,7 +16,7 @@ function profperm_init(&$a) {
 }
 
 
-function profperm_content(&$a) {
+function profperm_content(App $a) {
 
        if (! local_user()) {
                notice( t('Permission denied') . EOL);
@@ -109,9 +111,9 @@ function profperm_content(&$a) {
        }
 
        $o .= '<div id="prof-update-wrapper">';
-       if($change) 
+       if($change)
                $o = '';
-       
+
        $o .= '<div id="prof-members-title">';
        $o .= '<h3>' . t('Visible To') . '</h3>';
        $o .= '</div>';