aboutsummaryrefslogtreecommitdiffstats
path: root/mod/ffsapi.php
diff options
context:
space:
mode:
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';