From 8c3c3d5fd7acc5df0aec9c10f8bdd89bedd2060a Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 27 Aug 2012 01:22:08 -0700 Subject: stuff --- mod/profperm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profperm.php') diff --git a/mod/profperm.php b/mod/profperm.php index 8d09c429c..c7ab45324 100644 --- a/mod/profperm.php +++ b/mod/profperm.php @@ -100,7 +100,7 @@ function profperm_content(&$a) { $o .= '

' . t('Profile Visibility Editor') . '

'; - $o .= '

' . t('Profile') . ' \'' . $profile['profile-name'] . '\'

'; + $o .= '

' . t('Profile') . ' \'' . $profile['profile_name'] . '\'

'; $o .= '
' . t('Click on a contact to add or remove.') . '
'; -- cgit v1.2.3