Commit 45a2a906 by Tobin

t : generals_helper.php

parent 518d5b82
......@@ -398,10 +398,6 @@
}
function push_sent_cancel($app='1',$fcm_token='', $fcm_data=array()) {
pre($app);
pre($fcm_token);
pr($fcm_data);
$settings = getSettings();
$key = ($app=='1')?$settings['app_id']:$settings['org_app_id'];
if(empty($key) || empty($fcm_token) || empty($fcm_data)){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment