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

+ 1 - 1
lib/Manage.php

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