dever 6 роки тому
батько
коміт
92bb7eab4c
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      lib/Manage.php

+ 2 - 1
lib/Manage.php

@@ -22,7 +22,8 @@ class Manage
         }
         if ($to_uid && $name && $content) {
             $push = '';
-            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;
         }
     }
 }