@@ -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;