X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FExtendedProfile%2Factions%2Fprofiledetailsettings.php;h=8d8a33ec4493e03b84541b8223e875971442a8bd;hb=c00491cd7a29a9ef16d6e6bfa54505d4c9a522fe;hp=016dad39ef33b97e3fd4a4f54f950972d68e590b;hpb=8912cdc7a4acaeaea3b2b323efc86333ffd5ef63;p=quix0rs-gnu-social.git diff --git a/plugins/ExtendedProfile/actions/profiledetailsettings.php b/plugins/ExtendedProfile/actions/profiledetailsettings.php index 016dad39ef..8d8a33ec44 100644 --- a/plugins/ExtendedProfile/actions/profiledetailsettings.php +++ b/plugins/ExtendedProfile/actions/profiledetailsettings.php @@ -620,7 +620,6 @@ class ProfileDetailSettingsAction extends ProfileSettingsAction common_log_db_error($profile, 'UPDATE', __FILE__); // TRANS: Server error thrown when user profile settings could not be saved. $this->serverError(_m('Could not save profile.')); - return; } // Set the user tags @@ -629,11 +628,9 @@ class ProfileDetailSettingsAction extends ProfileSettingsAction if (!$result) { // TRANS: Server error thrown when user profile settings tags could not be saved. $this->serverError(_m('Could not save tags.')); - return; } Event::handle('EndProfileSaveForm', array($this)); - common_broadcast_profile($profile); } }