PluginProbe
Tutor LMS – eLearning and online course solution / 1.8.10
Tutor LMS – eLearning and online course solution v1.8.10
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 4.0.0 3.9.15 3.9.14 3.9.13 3.9.12 3.9.11 trunk 1.0.0 1.0.0-alpha 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 All 191 releases
← All changes | classes/User.php +1 -1 1.8.91.8.10 View file →
@@ -106,9 +106,9 @@
106 106 }
107 107 }
108 108
109 109 public function profile_update($user_id){
110 - if (tutils()->array_get('tutor_action', $_POST) === 'tutor_profile_edit' ){
110 + if (tutils()->array_get('tutor_action', $_POST) !== 'tutor_profile_update_by_wp' ){
111 111 return;
112 112 }
113 113
114 114 $_tutor_profile_job_title = sanitize_text_field(tutor_utils()->avalue_dot('_tutor_profile_job_title', $_POST));