Completed
Push — 1.10.x ( 5329e3...37f12a )
by Julito
123:18 queued 73:32
created
main/inc/lib/sessionmanager.lib.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3362,7 +3362,7 @@  discard block
 block discarded – undo
3362 3362
         }
3363 3363
 
3364 3364
         if (!empty($platformCourses)) {
3365
-              foreach ($platformCourses as $course) {
3365
+                foreach ($platformCourses as $course) {
3366 3366
                 $courses[$course['real_id']] = $course;
3367 3367
             }
3368 3368
         }
@@ -6085,7 +6085,7 @@  discard block
 block discarded – undo
6085 6085
         ]);
6086 6086
     }
6087 6087
 
6088
-	/**
6088
+    /**
6089 6089
      * Get the count of user courses in session
6090 6090
      * @param int $sessionId The session id
6091 6091
      * @return array
Please login to merge, or discard this patch.