PluginProbe
Tutor LMS – eLearning and online course solution / 2.5.0
Tutor LMS – eLearning and online course solution v2.5.0
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/Quiz.php +1 -1 2.4.02.5.0 View file →
@@ -148,9 +148,9 @@
148 148 public function tutor_instructor_feedback() {
149 149 tutor_utils()->checking_nonce();
150 150
151 151 // Check if user is privileged.
152 - if ( ! current_user_can( 'administrator' ) ) {
152 + if ( ! User::has_any_role( array( User::ADMIN, User::INSTRUCTOR ) ) ) {
153 153 wp_send_json_error( tutor_utils()->error_message() );
154 154 }
155 155
156 156 $attempt_details = self::attempt_details( Input::post( 'attempt_id', 0, Input::TYPE_INT ) );