X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofiles.php;h=1c75dc0eb140956eaca0ab2af10d26cf9c74143f;hb=c907c22edac95552958c7c070cd77420b032e9d0;hp=e99e0f288c7a7c8e361116e25d174cfd4ff5abbf;hpb=4f796c68d2db16813b0115f8b7f983326b9a072d;p=friendica.git diff --git a/mod/profiles.php b/mod/profiles.php index e99e0f288c..1c75dc0eb1 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -265,13 +265,14 @@ function profiles_content(&$a) { dbesc($name), dbesc($r1[0]['name']), dbesc($r1[0]['photo']), - dbesc($ra[0]['thumb']) + dbesc($r1[0]['thumb']) ); $r3 = q("SELECT `id` FROM `profile` WHERE `uid` = %d AND `profile-name` = '%s' LIMIT 1", intval(local_user()), dbesc($name) ); + notice( t('New profile created.') . EOL); if(count($r3) == 1) goaway($a->get_baseurl() . '/profiles/' . $r3[0]['id']);