]> git.mxchange.org Git - friendica.git/blobdiff - mod/profiles.php
Vier: Some more design changes to "plus" style.
[friendica.git] / mod / profiles.php
index b715fc3eed78df3d33e93ad698b274d75b623b61..4914ae1eff8acff9cc77dc5543440ceabce1debe 100644 (file)
@@ -167,7 +167,7 @@ function profiles_post(&$a) {
 
                $profile_name = notags(trim($_POST['profile_name']));
                if(! strlen($profile_name)) {
-                       notify( t('Profile Name is required.') . EOL);
+                       notice( t('Profile Name is required.') . EOL);
                        return;
                }