aboutsummaryrefslogtreecommitdiffstats
path: root/mod/ffsapi.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-05 20:10:49 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-05 20:10:49 -0800
commita29b8b369e59d61d14dd090323e6075d5d16d2ad (patch)
tree07631d0963c26ff26e140e65e638c2e0f12208a5 /mod/ffsapi.php
parent6b26b4e3b817ead75f2aba00dc20b468a2df82cb (diff)
downloadvolse-hubzilla-a29b8b369e59d61d14dd090323e6075d5d16d2ad.tar.gz
volse-hubzilla-a29b8b369e59d61d14dd090323e6075d5d16d2ad.tar.bz2
volse-hubzilla-a29b8b369e59d61d14dd090323e6075d5d16d2ad.zip
update hooklist
Diffstat (limited to 'mod/ffsapi.php')
-rw-r--r--mod/ffsapi.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ffsapi.php b/mod/ffsapi.php
index 3822a8e94..f4033e63b 100644
--- a/mod/ffsapi.php
+++ b/mod/ffsapi.php
@@ -4,7 +4,7 @@
function ffsapi_content(&$a) {
$baseurl = z_root();
-$name = sprintf( t('%1$s'), get_config('system','sitename'));
+$name = get_config('system','sitename');
$description = t('Share content from Firefox to $Projectname');
$author = 'Mike Macgirvin';
$homepage = 'http://hubzilla.org';