aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connections.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-27 18:13:34 -0800
committerfriendica <info@friendica.com>2013-01-27 18:13:34 -0800
commit096ff372eebe7d53ccf7b8e7972e370f1932b747 (patch)
treea026b2ef03fc6d98fec5aa68453f7d74e56053a7 /mod/connections.php
parent357e71cb44651b364ef5a94e66bd8f7c3125b21a (diff)
downloadvolse-hubzilla-096ff372eebe7d53ccf7b8e7972e370f1932b747.tar.gz
volse-hubzilla-096ff372eebe7d53ccf7b8e7972e370f1932b747.tar.bz2
volse-hubzilla-096ff372eebe7d53ccf7b8e7972e370f1932b747.zip
var spelling
Diffstat (limited to 'mod/connections.php')
-rw-r--r--mod/connections.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/connections.php b/mod/connections.php
index 1e23ace9b..c6eb95418 100644
--- a/mod/connections.php
+++ b/mod/connections.php
@@ -369,7 +369,7 @@ function connections_content(&$a) {
'$is_pending' => (($contact['abook_flags'] & ABOOK_FLAG_PENDING) ? 1 : ''),
'$unapproved' => $unapproved,
'$approve' => t('Approve this connection'),
- '$noperms' => (((! $self) && (! $contact['abook_myperms'])) ? t('Connection has no permissions!') : ''),
+ '$noperms' => (((! $self) && (! $contact['abook_my_perms'])) ? t('Connection has no permissions!') : ''),
'$submit' => t('Submit'),
'$lbl_vis1' => t('Profile Visibility'),
'$lbl_vis2' => sprintf( t('Please choose the profile you would like to display to %s when viewing your profile securely.'), $contact['name']),