diff options
author | friendica <info@friendica.com> | 2012-08-27 01:22:08 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-27 01:22:08 -0700 |
commit | 8c3c3d5fd7acc5df0aec9c10f8bdd89bedd2060a (patch) | |
tree | 4460c2cd50449448f25be78d543df9333ac1fe07 /mod/profperm.php | |
parent | 5ff6e9348b41bc87b03bafc4d9df73b383af074e (diff) | |
download | volse-hubzilla-8c3c3d5fd7acc5df0aec9c10f8bdd89bedd2060a.tar.gz volse-hubzilla-8c3c3d5fd7acc5df0aec9c10f8bdd89bedd2060a.tar.bz2 volse-hubzilla-8c3c3d5fd7acc5df0aec9c10f8bdd89bedd2060a.zip |
stuff
Diffstat (limited to 'mod/profperm.php')
-rw-r--r-- | mod/profperm.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 .= '<h2>' . t('Profile Visibility Editor') . '</h2>'; - $o .= '<h3>' . t('Profile') . ' \'' . $profile['profile-name'] . '\'</h3>'; + $o .= '<h3>' . t('Profile') . ' \'' . $profile['profile_name'] . '\'</h3>'; $o .= '<div id="prof-edit-desc">' . t('Click on a contact to add or remove.') . '</div>'; |