dever 6 년 전
부모
커밋
a1ca100e39
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/Manage.php

+ 1 - 1
lib/Manage.php

@@ -22,7 +22,7 @@ class Manage
         }
         if ($to_uid && $name && $content) {
             $push = '';
-            Dever::load('message/lib/data')->push($uid, $to_uid, $name, $content, $type, $project_id, $scope, $id, $push);
+            Dever::load('message/lib/data')->push($uid, $to_uid, $name, $content, $type, $project_id, $scope, $push, $id);
         }
     }
 }