dever пре 6 година
родитељ
комит
f045fecdc3
1 измењених фајлова са 1 додато и 1 уклоњено
  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);
    		}