aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-13 23:52:13 -0700
committerfriendica <info@friendica.com>2012-03-13 23:52:13 -0700
commit7e270b043c07878d52c2c0a156b2ee1b1b787ced (patch)
tree82fc3d23fe0a8f16dcb2463ad4d75c9e388658bf /mod
parent4972d7ef6ee740f6eb09d8c7efa9a76ee40973c1 (diff)
downloadvolse-hubzilla-7e270b043c07878d52c2c0a156b2ee1b1b787ced.tar.gz
volse-hubzilla-7e270b043c07878d52c2c0a156b2ee1b1b787ced.tar.bz2
volse-hubzilla-7e270b043c07878d52c2c0a156b2ee1b1b787ced.zip
addon settings form error
Diffstat (limited to 'mod')
-rwxr-xr-xmod/network.php2
-rwxr-xr-xmod/settings.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/mod/network.php b/mod/network.php
index 4f58fc4fb..e9f3913ff 100755
--- a/mod/network.php
+++ b/mod/network.php
@@ -192,7 +192,7 @@ function network_content(&$a, $update = 0) {
'sel'=>$starred_active,
),
array(
- 'label' => t('Bookmarks'),
+ 'label' => t('Shared Links'),
'url'=>$a->get_baseurl() . '/' . str_replace('/new', '', $a->cmd) . ((x($_GET,'cid')) ? '/?f=&cid=' . $_GET['cid'] : '') . '&bmark=1',
'sel'=>$bookmarked_active,
),
diff --git a/mod/settings.php b/mod/settings.php
index f42fdb397..15fd0c352 100755
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -559,7 +559,7 @@ function settings_content(&$a) {
$tpl = get_markup_template("settings_addons.tpl");
$o .= replace_macros($tpl, array(
- '$form_security_token' => get_form_security_token("settings_addons"),
+ '$form_security_token' => get_form_security_token("settings_addon"),
'$title' => t('Plugin Settings'),
'$tabs' => $tabs,
'$settings_addons' => $settings_addons