소스 검색

Minor - fix php warning

Julio 5 년 전
부모
커밋
6992fbc7f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/gradebook/lib/be/studentpublicationlink.class.php

+ 1 - 1
main/gradebook/lib/be/studentpublicationlink.class.php

@@ -261,7 +261,7 @@ class StudentPublicationLink extends AbstractLink
         }
 
         if ($rescount == 0) {
-            return null;
+            return [null, null];
         }
 
         switch ($type) {