]> git.mxchange.org Git - friendica.git/blobdiff - mod/crepair.php
Hide the calculation for "previous" and "next" behind a setting
[friendica.git] / mod / crepair.php
index c141958e8b958778acddab4e78858f7f2fd5697d..902a129303972a7e18b7c426f84aff37231c5fc8 100644 (file)
@@ -2,7 +2,7 @@
 require_once("include/contact_selectors.php");
 require_once("mod/contacts.php");
 
-function crepair_init(App &$a) {
+function crepair_init(App $a) {
        if (! local_user()) {
                return;
        }
@@ -30,7 +30,7 @@ function crepair_init(App &$a) {
        }
 }
 
-function crepair_post(App &$a) {
+function crepair_post(App $a) {
        if (! local_user()) {
                return;
        }
@@ -96,7 +96,7 @@ function crepair_post(App &$a) {
 
 
 
-function crepair_content(App &$a) {
+function crepair_content(App $a) {
 
        if (! local_user()) {
                notice( t('Permission denied.') . EOL);