dever 6 năm trước cách đây
mục cha
commit
f045fecdc3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/Push.php

+ 1 - 1
lib/Push.php

@@ -112,7 +112,7 @@ class Push
    	{
    		$result = array();
    		$info = Dever::db('passport/app')->one(array('uid' => $account));
-   		$info['source_type'] = 'ios';
+   		//$info['source_type'] = 'ios';
    		if ($info && $info['source_type']) {
    			$result = $this->sendAction($info['source_type'], 2, $this->prefix . $account, $name, $content, $param);
    		}