From 7593152bcb79cf8f8eefd23a0db59b08eb3324cf Mon Sep 17 00:00:00 2001 From: RJ Madsen Date: Thu, 6 Jul 2017 16:37:55 -0400 Subject: [PATCH] re-named variable to match scheme --- include/contact_widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') )); }