dever 6 years ago
parent
commit
aebf2890d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Manage.php

+ 1 - 1
lib/Manage.php

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