]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile_photo.php
Merge branch 'newui' of github.com:fabrixxm/friendika into newui
[friendica.git] / mod / profile_photo.php
index b1fd0fc6ef41cc059ad67c8906fb410f94fab755..8dc8966532d90e80309cd650403578144b085aa5 100644 (file)
@@ -236,7 +236,7 @@ function profile_photo_crop_ui_head(&$a, $ph){
        $r = $ph->store(local_user(), 0 , $hash, $filename, t('Profile Photos'), 0 );   
 
        if($r)
-               notice( t('Image uploaded successfully.') . EOL );
+               info( t('Image uploaded successfully.') . EOL );
        else
                notice( t('Image upload failed.') . EOL );