Vier: Some more design changes to "plus" style.

This commit is contained in:
Michael Vogel 2014-08-21 01:00:56 +02:00
commit 94d2557077
2 changed files with 16 additions and 1 deletions

View 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;
}