diff --git a/inc/classes/BxDolForm.php b/inc/classes/BxDolForm.php index 45abc5a7a3..9d1a2ae02e 100644 --- a/inc/classes/BxDolForm.php +++ b/inc/classes/BxDolForm.php @@ -1182,7 +1182,7 @@ function check (&$aInputs, $aValues = array()) } // check for links in text fields - if (isset(BxDolForm::$TYPES_TEXT[$a['type']]) && bx_is_url_in_content($val)) + if (isset(BxDolForm::$TYPES_TEXT[$a['type']]) && bx_is_url_in_content($val) && !isAdmin()) { $aCheck = checkActionModule(bx_get_logged_profile_id(), 'post links', 'system'); if ($aCheck[CHECK_ACTION_RESULT] !== CHECK_ACTION_RESULT_ALLOWED) {