소스 검색

Qual: Removed missing variable from function call

Raphaël Doursenaud 11 년 전
부모
커밋
85d1770646
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      htdocs/core/lib/cron.lib.php

+ 2 - 2
htdocs/core/lib/cron.lib.php

@@ -39,9 +39,9 @@ function cronadmin_prepare_head()
     $head[$h][2] = 'setup';
     $h++;
 
-    complete_head_from_modules($conf, $langs, $object, $head, $h, 'cronadmin');
+    complete_head_from_modules($conf, $langs, null, $head, $h, 'cronadmin');
 
-    complete_head_from_modules($conf, $langs, $object, $head, $h, 'cronadmin', 'remove');
+    complete_head_from_modules($conf, $langs, null, $head, $h, 'cronadmin', 'remove');
 
 
     return $head;