Completed
Push — master ( 30b563...1cae54 )
by Seth
04:08
created
enrollment/enroll-users.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -148,8 +148,7 @@
 block discarded – undo
148 148
                             $enrollment = $toolbox->api_post(
149 149
                                 (
150 150
                                     $courseEnrollment ?
151
-                                    "/courses/{$_REQUEST['course']}/enrollments" :
152
-                                    "/sections/{$_REQUEST['section']}/enrollments"
151
+                                    "/courses/{$_REQUEST['course']}/enrollments" : "/sections/{$_REQUEST['section']}/enrollments"
153 152
                                 ),
154 153
                                 array(
155 154
                                     'enrollment[user_id]' => $user['id'],
Please login to merge, or discard this patch.