From: RJ Madsen Date: Thu, 6 Jul 2017 20:37:55 +0000 (-0400) Subject: re-named variable to match scheme X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7593152bcb79cf8f8eefd23a0db59b08eb3324cf;p=friendica.git re-named variable to match scheme --- diff --git a/include/contact_widgets.php b/include/contact_widgets.php index 6a9f5ec1b7..fc1f7191ba 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -38,7 +38,7 @@ function findpeople_widget() { '$similar' => t('Similar Interests'), '$random' => t('Random Profile'), '$inv' => t('Invite Friends'), - 'directory' => t('View Global Directory') + '$directory' => t('View Global Directory') )); }