Completed
Push — master ( 434590...2bcdfc )
by Seth
04:44
created
custom-preferences/faculty-journal.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
             $user['name']
29 29
         ];
30 30
     } else {
31
-        foreach($views as $view) {
31
+        foreach ($views as $view) {
32 32
             if (preg_match('%.*/user_notes\??.*%', $view['url']) && !preg_match('/Advisory%20Group/', $view['url'])) {
33 33
                 preg_match('/.*course_name=(.*)/', $view['url'], $match);
34 34
                 $timestamp = new DateTime($view['created_at'], new DateTimeZone('America/New_York'));
Please login to merge, or discard this patch.