]> git.mxchange.org Git - friendica.git/blobdiff - mod/openid.php
update source strings
[friendica.git] / mod / openid.php
index 6ccd28e5b62831ef30a81991b8ba8f99b4297114..68d7c3fd2a482645ea7e81bd11d49433b21cfdc3 100644 (file)
@@ -70,7 +70,7 @@ function openid_content(&$a) {
                        $_SESSION['page_flags'] = $r[0]['page-flags'];
                        $_SESSION['my_url'] = $a->get_baseurl() . '/profile/' . $r[0]['nickname'];
 
-                       notice( t("Welcome back ") . $r[0]['username'] . EOL);
+                       notice( sprintf( t("Welcome back "), $r[0]['username']) . EOL);
                        $a->user = $r[0];
 
                        if(strlen($a->user['timezone'])) {