X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FGNUsocialProfileExtensions%2Factions%2Fprofilefields.php;h=1feea867716baa25a26854b83fb9477f079017e8;hb=51b1bab98ee75ae765d5cfad8b11027ec0b03a90;hp=0076af1bd658d3150d9175c00f75019772eb0015;hpb=2a4dc77a633cc78907934fd93200ac16d55be78e;p=quix0rs-gnu-social.git diff --git a/plugins/GNUsocialProfileExtensions/actions/profilefields.php b/plugins/GNUsocialProfileExtensions/actions/profilefields.php index 0076af1bd6..1feea86771 100644 --- a/plugins/GNUsocialProfileExtensions/actions/profilefields.php +++ b/plugins/GNUsocialProfileExtensions/actions/profilefields.php @@ -63,14 +63,12 @@ class ProfilefieldsAdminPanelAction extends AdminPanelAction $field->systemname = $this->trimmed('systemname'); if (!gnusocial_field_systemname_validate($field->systemname)) { $this->clientError(_('Internal system name must be unique and consist of only alphanumeric characters!')); - return false; } if ($field->id) { if ($field->validate()) $field->update(); else { $this->clientError(_('There was an error with the field data.')); - return false; } } else {