]> git.mxchange.org Git - friendica.git/commitdiff
Fixed minor spaces to tabs conversion
authorRJ Madsen <rjm6823@rit.edu>
Thu, 6 Jul 2017 21:33:30 +0000 (17:33 -0400)
committerRJ Madsen <rjm6823@rit.edu>
Thu, 6 Jul 2017 21:33:30 +0000 (17:33 -0400)
include/contact_widgets.php

index 14cb13cdee7606aa32dbfbc65fb823c6f13459ed..0b82fcb8f36b64b090fe82a99e14d07225d74123 100644 (file)
@@ -19,7 +19,7 @@ function findpeople_widget() {
        require_once 'include/Contact.php';
 
        $a = get_app();
-    $global_dir = Config::get('system', 'directory');
+       $global_dir = Config::get('system', 'directory');
 
        if (get_config('system', 'invitation_only')) {
                $x = get_pconfig(local_user(), 'system', 'invites_remaining');
@@ -41,7 +41,7 @@ function findpeople_widget() {
                '$random' => t('Random Profile'),
                '$inv' => t('Invite Friends'),
                '$directory' => t('View Global Directory'),
-        '$global_dir' => $global_dir
+               '$global_dir' => $global_dir
        ));
 
 }