dever vor 6 Jahren
Ursprung
Commit
92bb7eab4c
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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;
         }
     }
 }