]> git.mxchange.org Git - friendica.git/commitdiff
re-named variable to match scheme
authorRJ Madsen <rjm6823@rit.edu>
Thu, 6 Jul 2017 20:37:55 +0000 (16:37 -0400)
committerRJ Madsen <rjm6823@rit.edu>
Thu, 6 Jul 2017 20:37:55 +0000 (16:37 -0400)
include/contact_widgets.php

index 6a9f5ec1b76ca693542cb0dabe15562ecc81d731..fc1f7191badee36d998378eda4fce099aea874ea 100644 (file)
@@ -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')
        ));
 
 }