coding guideline spacing.
authorDan Marsden <dan@danmarsden.com>
Thu, 4 May 2017 19:25:09 +0000 (07:25 +1200)
committerGitHub <noreply@github.com>
Thu, 4 May 2017 19:25:09 +0000 (07:25 +1200)
classes/structure.php

index 6d02fa1..b634c4a 100644 (file)
@@ -770,7 +770,7 @@ class mod_attendance_structure {
         );
         $allfields = get_all_user_name_fields();
         if (!empty($CFG->showuseridentity)) {
-            $allfields =  array_merge($allfields, explode(',', $CFG->showuseridentity));
+            $allfields = array_merge($allfields, explode(',', $CFG->showuseridentity));
         }
 
         foreach ($allfields as $namefield) {